@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 .three-column-img-text-img {
        padding: 0;
    }
    body.featured-collections .promo-content .three-column-img-text-img h2 {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: normal;
        width: 85%;
    }
    body.featured-collections .promo-content .three-column-img-text-img p {
        margin-top: 50px;
        width: 70%;
    }
    body.featured-collections .promo-content .three-column-img-text-img a {
        border: 2px solid #000;
    }

    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: 1300px) {
    body.featured-collections .three-circle>div {
        max-width: 1180px;
    }
}
@media screen and (min-width: 1440px) {
    body.featured-collections .promo-content .three-column-img-text-img a.btn {
        font-size: 16px;
        min-width: 180px;
    }

    body.featured-collections .promo-content .four-images a+a {
        margin-left: 34px;
    }
}
