@media (min-width: 1440px) and (max-width: 3000px) {
    .container {
        max-width: 1440px;
    }  
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .banner-text h1 {
        font-size: 50px;
    }
    
    .banner-text p {
        font-size: 24px;
    }
    
    a.solid-btn {
        font-size: 30px;
    }
    .promo-bg {
        width: 500px;
        height: 400px;
    }
    .promo-text p {
        font-size: 14px;
    }
    .footer-menu-area ul.footer-menu li a {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-text h1 {
        font-size: 50px;
    }
    
    .banner-text p {
        font-size: 24px;
    }
    
    a.solid-btn {
        font-size: 30px;
    }
    .promo-bg {
        width: 500px;
        height: 400px;
    }
    .promo-text p {
        font-size: 14px;
    }
    .footer-menu-area ul.footer-menu li a {
        font-size: 16px;
    }

    .feature-text h2 {
        font-size: 35px;
    }
    .feature-section {
        margin-bottom: 150px;
    }
    .promo-section .section-title {
        margin-bottom: 100px;
    }
    .offers-section {
        padding: 90px 0;
    }
    
    .promo-section {
        padding-top: 120px;
    }
    .footer-menu-area ul.footer-menu li a {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-text h1 {
        font-size: 50px;
    }
    
    .banner-text p {
        font-size: 24px;
    }
    
    a.solid-btn {
        font-size: 30px;
    }
    .promo-bg {
        width: 500px;
        height: 400px;
    }
    .promo-text p {
        font-size: 16px;
    }
    .footer-menu-area ul.footer-menu li a {
        font-size: 16px;
    }

    .feature-text h2 {
        font-size: 35px;
    }
    .feature-section {
        margin-bottom: 150px;
    }
    .promo-section .section-title {
        margin-bottom: 100px;
    }
    .offers-section {
        padding: 90px 0;
    }
    
    .promo-section {
        padding-top: 120px;
    }
    .footer-menu-area ul.footer-menu li a {
        margin: 0 20px;
    }

    .banner-text p {
        margin: 25px 0;
    }
    
    .feature-thumb {
        margin-bottom: 30px;
    }
    
    .feature-text {
        text-align: center;
    }
    
    .feature-text {
        margin-left: 0;
    }
    .single-offer-item {
        margin-bottom: 30px;
    }

    .promo-text {
        position: unset;
    }
    
    .promo-bg {
        width: 100%;
    }
    
    .single-promo-item .promo-text {
        order: 2;
    }
    
    .single-promo-item .promo-bg {
        order: 1;
    }
    
    .single-promo-item {
        display: grid;
    }
    
    .single-promo-item {
        margin-bottom: 50px;
    }
    
    .promo-section {
        padding: 100px 0;
    }
    
    .promo-section .section-title {
        margin-bottom: 50px;
    }
    .footer-menu-area ul.footer-menu li a {
        margin: 0 15px;
    }
    .footer-menu-area ul.footer-menu li a {
        font-size: 12px;
    }

}

@media only screen and (min-width: 751px) and (max-width: 991px) {
    .footer-menu-area ul.footer-menu li a {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 750px) {
    a.solid-btn {
        width: 100%;
        text-align: center;
        padding: 30px 0;
    }
    
    .banner-text h1 {
        font-size: 35px;
    }
    
    .offers-section .section-title h2 {
        font-size: 30px;
        text-align: center;
    }
    
    .feature-text h2 {
        font-size: 30px;
    }
    
    a.offer-btn {
        width: 100%;
        text-align: center;
    }
    
    .offer-text span.meta {
        display: block;
        text-align: center;
    }
    
    .offer-text h3 {
        font-size: 22px;
        text-align: center;
    }
    
    .promo-section .section-title {
        text-align: center;
    }
    
    .single-promo-item .promo-text {
        padding: 30px;
    }
    
    .footer-menu-area ul.footer-menu li {
        display: block;
        margin-bottom: 15px;
    }
    
    .footer-menu-area ul.footer-menu li:last-child {
        margin-bottom: 0;
    }
    
    .footer-menu-area ul.footer-menu li a {
        font-size: 15px;
    }

    .promo-section .section-title h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 767px) {

}

@media only screen and (min-width: 375px) and (max-width: 767px) {

}

@media only screen and (min-width: 414px) and (max-width: 767px) {

}