/* CAEN Fixes */

/* Hero top whitespace fix */
.page-how-to-buy .section-hero .section-content {
    padding-bottom: 433px;
}

@media only screen and (max-width: 1068px) {
    .page-how-to-buy .section-hero .section-content {
        padding-bottom: 401px
    }
}

@media only screen and (max-width: 734px) {
    .page-how-to-buy .section-hero .section-content {
        padding-bottom: 522px
    }
}

@media only screen and (max-width: 1068px) {
    .page-how-to-buy .section-hero .section-content .hero-intro {
        max-width: 485px;
    }
}

@media only screen and (max-width: 734px) {
    .page-how-to-buy .section-hero .section-content .hero-intro {
        max-width: 100%
    }
}