﻿#hero-section.hero-product-suggester {
    background-color: #F0FBFF !important;
    background-image: unset !important;
    padding-top: 40px;
}

    #hero-section.hero-product-suggester .generic-block-ctas a.cta {
        max-width: 250px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 20px 60px !important;
    }

    #hero-section.hero-product-suggester .hero-content {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }

@media (min-width: 768px) {
    #hero-section.hero-product-suggester .hero-content h1 {
        font-size: 48px !important;
        line-height: 60px;
    }

    #hero-section.hero-product-suggester .hero-content h2 {
        font-size: 24px !important;
        line-height: 34px;
    }
}

@media (min-width: 1200px) {
    #hero-section.hero-product-suggester {
        min-height: unset !important;
    }
}

#hero-section.hero-product-suggester .hero-content {
    margin-top: 2em;
    width: 100% !important;
}