@media only screen and (min-width : 1440px) {
    section.panel-simple-tout h2 {
        font-size: 36px;
    }
    section.panel-simple-tout.no-button>div {
        padding: 100px 26px;
    }
    section.panel-simple-tout p {
        font-size: 16px;
    }
    section.panel-side-by-side-tout h2 {
        font-size: 36px;
    }
    section.panel-side-by-side-tout.fullwidth>div>div:last-child>div:last-child p {
        font-size: 21px;
    }
}
@media only screen and (min-width : 1280px) {
    section.panel-side-by-side-tout.goretex-feet-breathe.fullwidth>div>div:last-child>div:last-child {
        width: 410px;
    }
}
@media only screen and (max-width: 1024px) {
    body.featured-collections .promo-content .mosaic-block .mosaic .mosaic-row.big {
        height: 41vw;
    }
    body.featured-collections .promo-content .mosaic-block .mosaic .mosaic-row.small {
        height: 20.5vw !important;
    }
}