body, html { overflow-x: clip !important; }
.serum-finder-product__push-container {
    max-width: 601px;
}
.serum-finder-product__restartlink-wrapper {
    padding-top: 20px;
}
.serum-finder-steps__item .serum-finder-steps__button > p {
    height: 55px;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .serum-finder-logo__title {
        padding-top: 70px;
        margin-top: 30px !important;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 480px) {
    .serum-finder-steps__item .serum-finder-steps__button > p {
        height: 30px;
        font-size: 10px;
    }
    .serum-finder-home__title {
        padding-bottom: 30px;
    }
    button.SF-FAQ__question > span {
        max-width: 92%;
    }
    .serum-finder-logo__title {
        /* padding-top: 70px; */
        margin-top: 30px !important;
    }
}