@media screen and (min-width: 1440px) {
    body.featured-collections .promo-content .title {
        padding: 7vw 26px;
    }
    body.featured-collections .promo-content .collection-grid .grid .item a > span:first-of-type {
        height: 70px;
        font-size: 16px;
    }
    body.featured-collections .promo-content .title .text {
        font-size: 54px;
    }
}
@media screen and (min-width: 1920px) {
    body.featured-collections .promo-content .mosaic-block .mosaic p {
        font-size: 32px;
        line-height: 38px;
        padding: 0 20px;
    }
}