body, html {
    overflow-x : clip !important;
}


/* desktop */
@media (min-width: 1113px) {
    .src__page .src__testimony-left {
        align-self: center;
        
    }

    .src__page .src__testimony-product {
        padding-bottom: 0;
    }
}
/* Mobile */
@media (max-width: 480px) {
    .src__faq-item:first-child[data-open="0"] {
        height: 66px !important;
    }
    .src__faq-item:first-child[data-open="1"] {
        height: 175px !important;
    }
}
/* 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) {
    .src__page .src__testimony-left {
        align-self: center;
        
    }

    .src__page .src__testimony-product {
        padding-bottom: 0;
    }
}
/* 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) {
    .src__page .src__testimony-left {
        align-self: center;
        
    }

    .src__page .src__testimony-product {
        padding-bottom: 0;
    }
}