/* --------------------------------------------------------------------------------------------------------- */
body,
html {
    overflow-x: clip !important;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    #main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    .finder-question__item {
        font-size: 11px;
    }
}