body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}
.discover-more-block__wrapper.display-flex.flex-wrap.justify-content-start {
    display: none !important;
}

/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .finder-btn {
    font-size: 11px;
    }
    .finder-question__item span {
    font-size: 9px !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) {
    .finder-btn {
    font-size: 11px;
    }
    .finder-pushs__text {
    min-height: 80px;
    }
    .finder-pushs__text {
    font-size: 11px;
}
}

/* 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) {
    .finder-pushs__slider {
    padding: 40px;
    display: flex;
    gap: 40px;
    justify-content: center;
}
.finder-pushs__text {
    min-height: 100px !important;
}
}