@media (min-width: 1289px) and (max-width: 1489px) {

    .cta-header {
        left: 70px;
    }

    .seo-micro .container,
    footer .container {
        width: 1240px !important;
    }

    .footer-column .logo,
    .footer-column.right {
        margin-right: 65px !important;
    }
}

@media (min-width: 1180px) and (max-width: 1288px) {
    .container {
        width: 1130px;
    }


    .beta-benefit {
        width: 47%;
    }

    .beta-faq div {
        width: 47%;
    }

    .cta-header {
        left: 70px;
    }

    .seo-micro .container,
    footer .container {
        width: 1130px !important;
    }

    .footer-column .logo,
    .footer-column.center {
        margin-right: 65px !important;
    }

    .footer-column.right {
        margin-right: 0 !important;
    }
}

@media (max-width: 1179px) {
    .container {
        width: 975px;
    }

    .hero-section-heading .head h1 {
        font-size: 52px;
    }

    .hero-section-heading .head .h1-gradient {
        font-size: 52px;
    }

    .hero-section-heading-wrapper .hero-image {
        bottom: -11%;
    }

    .how-it-works .inner-box .right {
        width: 400px;
        height: 400px;
    }

    .how-it-works .inner-box .steps {
        width: 58%;
    }

    .how-it-works .inner-box .steps .li {
        min-height: 100px
    }

    .how-it-works .inner-box .steps .li h2,
    .how-it-works .inner-box .steps .li p {
        width: 86%;
    }

    .features {
        gap: 20px;
    }

    .rews-right .reviews-line {
        width: 370px;
    }

    .rews-left .grid .item .gradient-container h3 {
        font-size: 30px;
    }

    .beta-benefits {
        gap: 10px;
    }

    .pricing-section .pricing .pricing-card .description {
        margin-bottom: 20px
    }

    .cta-header {
        left: 70px;
    }

    .seo-micro .container,
    footer .container {
        width: 975px !important;
    }

    .footer-column.left .logo {
        margin-right: 45px !important
    }

    .footer-navigation {
        gap: 48px;
    }

    .inner-footer {
        padding: 44px 26px 128px 26px;
    }

    .footer-column.center {
        margin-right: 65px !important;
    }

    .footer-column.right {
        margin-right: 0 !important;
    }
}