.serum-finder-steps__wrapper {
    max-width: 980px;
}

.serum-finder-product__cta {
    align-content: center;
    font-size: 10px;
    min-width: 130px;
    padding: 0;
}


/* Mobile */
@media (max-width: 480px) {
    .serum-finder-logo__title {
        padding-top: 50px;
    }
    p.serum-finder-steps__item-text {
        width: 220px;
    }
    .serum-finder-steps__item .serum-finder-steps__button>p {
        font-size: 8px;
    }
    button.SF-FAQ__question, .SF-FAQ__response {
        font-size: 12px;
    }
}

/* 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) {}

/* 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) {}
