.hero-section {
    background-image: url(/images/backgrounds/sm-md-hero-ppc.webp);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 244px;
    display: flex;
    align-items: center;
}

.hero-section .inner-container h1 {
    font-size: 25px;
    line-height: 1.32;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}

.hero-section .inner-container p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
}

h2 {
    font-size: 1.2rem;
}

h3 {
    font-size: 0.9rem;
}

.btn.btn-call-to-action {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

.a-call-to-action {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    color: #4b92c9;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    .container {
        max-width: 980px;
    }
}

@media (min-width: 1200px) {
    .hero-section {
        background-image: url(/images/backgrounds/lg-xl-hero-ppc.webp);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 250px;
    }

    .hero-section .inner-container h1 {
        font-size: 35px;
        line-height: 1.14;
    }

    .btn.btn-call-to-action {
        font-size: 30px;
    }

    .a-call-to-action {
        font-size: 30px;
    }
}
