@media screen and (min-width: 768px) {
    body.featured-collections .promo-content .bg-block .inner > p {
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (min-width: 1280px) {
    body.featured-collections .promo-content .inner .h {
        line-height: 44px;
        font-size: 36px;
    }

    body.featured-collections .promo-content .bg-block .inner > p {
        font-size: 36px;
        line-height: 48px;
    }
}
@media screen and (min-width: 1440px) {
    body.featured-collections .promo-content .three-products .the-product-row {
        margin-top: 58px;
        margin-bottom: 24px;
    }
    body.featured-collections .promo-content .the-product-row .link div {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    body.featured-collections .promo-content .testimonial > div {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    body.featured-collections .promo-content .testimonial > div .text-container h4 {
        margin-top: 20px;
    }
    body.featured-collections .promo-content .testimonial > div .text-container h4:before {
        top: -35%;
    }
}
