@media screen and (min-width: 1400px) {
    .container {
        max-width: 1300px;
        padding: 0 24px;
    }
}
@media screen and (min-width: 992px) {
    .hero-right-image {
        max-width: 610px;
    }
}
@media screen and (max-width: 1199px) {
    .primary-solid {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .site-header {
        margin-bottom: 48px;
    }
    .footer-large-image {
        margin-top: -48px;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 24px;
    }
    .hero-left-content p {
        font-size: 18px;
    }
    .footer-content-area h2 {
        font-size: 36px;
    }
    .footer-content-area p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .footer-large-image {
        margin-top: -24px;
    }
    .images-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    section.testimonial-section {
        padding: 64px 0;
    }
}