@media (max-width: 992px) {
    h3 {
        font-size: 32px !important;
        line-height: 1.3 !important;
    }

    h4 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    .home-banner {
        height: auto;
        width: auto;
        padding-top: 50px;
    }

    .home-banner h2 {
        font-size: 24px;
    }

    .home-banner p {
        font-size: 16px;
        text-align: center;
    }

    .home-banner .overthink-image {
        margin-bottom: 50px;
    }

    .popup {
        font-size: 16px;
    }
    
    .popup img {
        width: 12px;
        margin-right: 5px;
    }

    .video-section p {
        text-align: center;
    }

    .video-section p img {
        display: none;
    }

    .changes h4 {
        margin-bottom: 30px;
    }

    .bonus h5 {
        font-size: 18px;
    }

    footer p {
        font-size: 16px;
    }
}