@media only screen and (min-width : 1440px) {
    body.featured-collections .banner-top .content h2,
    body.featured-collections .promo-content .text-img .text h2,
    body.featured-collections .promo-content section.panel-side-by-side-tout.goretex-feet-breathe.fullwidth>div h2 {
        font-size: 36px;
    }
    body.featured-collections .banner-top .content p,
    body.featured-collections .promo-content .text-img .text p {
        font-size: 1.5vw;
    }
    body.featured-collections .promo-content section.panel-side-by-side-tout.goretex-feet-breathe.fullwidth>div p {
        font-size: 21px;
    }
}
@media only screen and (min-width: 1280px) {
    body.featured-collections .promo-content .text-img.cover .text > div {
        width: 410px;
    }
}