/* LOCAL CSS UPDATES */

/*FIX for Product result broken layout*/
.discover-more-block__wrapper {
    display: none !important;
}

div#cta-btn-ipad {
    padding-bottom: 10%;
}

.finder-faq {
    margin-top: 40px !important;
}
.finder-home__logo {
    font-size: 38px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    div#cta-btn-ipad {
        padding-bottom: 10%;}
}



@media (max-width: 480px) {
    div#cta-btn-ipad {
        padding-bottom: 12%;
    }
    .finder-steps__title {
        margin-top: 20px;
    }
}
