@media only screen and (min-width : 768px) {
    .finder-product__push-text-1 {
        font-size: 9px;
    }
    
    .finder-product__push-text-2 {
        font-size: 22px;
    }
}


/*------- from 2023 ------------------------------------------------------------------------------*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .finder-breadcrumb {
        justify-content: space-between;
        width: 160px;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .finder-breadcrumb {
        justify-content: space-between;
        width: 160px;
    }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    .finder-question__item{
        margin: 2px;
    }
    .finder-steps__title {
        padding: 25px;
    }
}

.finder-faq__text {
    margin: 18px !important;
}

@media screen and (max-width: 480px){
    .finder-question[data-open="1"] .finder-question__item:nth-child(1) {
        font-size: 11px !important;
    }
    .finder-question[data-open="1"] .finder-question__item:nth-child(2) {
        font-size: 11px !important;
    }
    .finder-question[data-open="1"] .finder-question__item:nth-child(3) {
        font-size: 11px !important;
    }
    .finder-question[data-open="1"] .finder-question__item:nth-child(4) {
        font-size: 11px !important;
    }
    .finder-question[data-open="1"] .finder-question__item:nth-child(5) {
        font-size: 11px !important;
    }
    .finder-question[data-open="1"] .finder-question__item:nth-child(6) {
        font-size: 11px !important;
    }
    body,
    html {
    width: 100%;
    overflow-x: clip !important;
    }
    #main:not(.main-homepage) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .finder-btn {
        padding: 8px !important;
    }

    #RESULTLINK.finder-btn {
        padding: 14px !important;
    }
}

a[data-active="1"] {
    background-color: #fff  !important;
}