@media only screen and (max-width: 1440px){
    .container {
        max-width: 100%;
    }
    .flip-box-front img {
        width: 100%;
    }
    .flip-box-front img {
        height: 400px;
        object-fit: cover;
    }
    .thank-you-page p {
        padding: 0 230px;
    }
}

@media only screen and (max-width: 1199px){
    .form-bottom .container {
        max-width: 100%;
    }
    .thank-you-page p {
        padding: 0 130px;
    }
    .banner-text {
        max-width: 650px;
    }
    .banner-text h1 {
        font-size: 38px;
    }
    .banner-text strong {
        margin-top: 10px;
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px){
    .flip-box, .flip-box-front img {
        height: 300px;
    }
    .flip-box-back h2 {
        font-size: 26px;
    }
    .flip-box-back a {
        font-size: 16px;
        padding: 5px 0;
    }
    .flip-box-back .inner-content {
        font-size: 14px;
        line-height: 20px;
        min-height: calc(398px - 182px);
    }
    .flip-box-front strong {
        font-size: 30px;
        bottom: 0;
    }
    .flip-box-back .inner-content p {
        margin: 5px 0;
    }
    .form-bottom h3 {
        font-size: 34px;
        line-height: 56px;
        margin-bottom: 30px;
    }
    .form-bottom {
        padding: 60px 0;
    }
    .thank-you-page p {
        padding: 0;
    }
    .thank-you-page {
        padding: 50px 0;
    }
    .thank-you-page h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px){
    header .logo {
        font-size: 34px;
    }
    header .header-right a {
        font-size: 16px;
        font-weight: 600;
    }
    .banner-text h1 {
        font-size: 28px;
    }
    .banner-text strong {
        font-size: 28px;
    }
    .banner-text {
        max-width: 70%;
        padding: 20px;
    }
    .home-boxes {
        margin: 30px 0;
    }
    .boxes-list {
        grid-template-columns: 1fr;
    }
    .flip-box-back .inner-content {
        font-size: 15px;
        line-height: 26px;
    }
    .form-bottom h3 {
        font-size: 24px;
        line-height: 42px;
    }
    .submit-btn button {
        margin-top: 25px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 545px){
    header {
        padding: 10px 0;
        position: unset;
    }
    header .container {
        display: block;
        text-align: center;
    }
    header .logo {
        font-size: 24px;
        margin-bottom: 5px;
        display: block;
    }
    header .header-right a {
        font-size: 14px;
        font-weight: normal;
    }
    .flip-box-back .inner-content {
        font-size: 13px;
        line-height: 22px;
        min-height: calc(398px - 177px);
    }
    .flip-box-back h2 {
        font-size: 20px;
    }
    .g-recaptcha > div {
        margin: 30px auto 0 auto;
    }
    .sec-part {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .sec-part input, .sec-part select {
        height: 45px;
        font-size: 14px;
    }
    .submit-btn button {
        font-size: 16px;
        padding: 10px 30px;
    }
    .slick-prev, .slick-next {
        width: 35px;
        height: 35px;
    }
    .slick-prev:before, .slick-next:before {
        background-size: 15px;
    }
    .form-bottom h3 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 32px;
    }
    .thank-you-page h1 {
        font-size: 22px;
    }
    .thank-you-page p {
        font-size: 16px;
        line-height: 28px;
    }
    .thank-you-page a {
        font-size: 14px;
    }
    footer > .container {
        padding: 20px 15px;
    }
    footer h3 {
        font-size: 30px;
    }
    .social-media a {
        width: 35px;
        height: 35px;
        line-height: 47px;
        margin: 10px 5px 0 5px;
    }
    .thank-you-page {
        padding: 0 0 30px 0;
    }
    .banner-text h1 {
        font-size: 18px;
    }
    .banner-text strong {
        font-size: 18px;
    }
    .banner-text {
        position: unset;
        margin-top: -6px;
        transform: unset;
        max-width: 100%;
        border-radius: 0;
        background: #000;
    }
}