@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 .three-circle .item-row .item {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    body.featured-collections .three-circle>div .item-row .item .img {
        height: 338px;
    }
}
@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;
    }
}
