@media only screen and (min-width : 1440px) {
    body.featured-collections .banner-top .content h2,
    body.featured-collections .panel-background-carousel h2,
    section.panel-side-by-side-tout.goretex-feet-breathe.fullwidth>div h2,
    body.featured-collections .promo-content .text-img .text h2 {
        font-size: 36px;
    }
    body.featured-collections .banner-top .content p,
    body.featured-collections .promo-content .text-img .text p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1024px) {
    body.featured-collections .promo-content .text-img.cover .text > div h2,
    section.panel-side-by-side-tout.goretex-feet-breathe.fullwidth>div h2 {
        font-size: 24px;
    }
    body.featured-collections .promo-content .text-img.cover .text > div p,
    section.panel-side-by-side-tout.fullwidth>div>div:last-child>div:last-child p {
        font-size: 16px;
    }
}