.product-richtext-section{
    padding-block: 18px;
}
.product-richtext-section :is(p,ul,ol){
    margin-bottom: 20px;
}
.product-richtext-section :is(p,ul,ol):last-child{
    margin-bottom: 0;
}
.product-richtext-section :is(ul,ol) li:not(:last-child){
    margin-bottom: 10px;
}   
.product-richtext-section :is(ul,ol){
    padding-left: 18px;
}
@media (min-width:992px){
    .product-richtext-section{
        padding-block: 26px;
    }
}