body, html {
    overflow-x: clip!important;
}
.fold-unfold-section__heading {    
    font-size: 14px;
}
i-reassurance-section .reassurance-element__link {
    align-items: center;
}
i-reassurance-section.pagedesigner-page-content {
    margin-left: -15.7%;
    width: 132%;
}
/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    *[data-section="subscription-services"] .main-offer-tile__info {
        text-align: center;
        padding-bottom: 2%;
    }
    *[data-section="how-does-it-work"] .main-offer-tile__info {
        width: 100%;
    }
    body, html {
        overflow-x: clip!important;
    }
    i-reassurance-section.pagedesigner-page-content {
        margin-left: auto;
        width: auto;
    }
}
/* tablet landscape */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
        body, html {
            overflow-x: clip!important;
    }
    .fold-unfold-section[accordion-disabled=false][active=true] .fold-unfold-section__content {
        max-height: 136vh;
    }
    /* i-reassurance-section.pagedesigner-page-content {
        margin-left: auto;
        width: auto;
    } */
}
/* mobile */
@media (max-width: 480px) {
    body, html {
            overflow-x: clip!important;
    }
    .fold-unfold-section[accordion-disabled=false][active=true] .fold-unfold-section__content {
        max-height: 189vh;
    }
    i-reassurance-section.pagedesigner-page-content {
        margin-left: auto;
        width: auto;
    }
}