 @media (min-width: 992px){
      .footer-content{
        grid-template-columns: 1fr 1.2fr;
        gap: 60px;
      }
    }

    @media (max-width: 576px){
      .footer-projects{
        grid-template-columns: repeat(3, 1fr);
      }
      .gallery-section img {
            width: 100%;
        }
        .great-work-section h2 {
        font-size: 2rem;
       }
       .heading1 h2 {
            font-size: 1.8rem;
        }
        .main-banner:before{
            z-index: -1;
           opacity: 0.2;
        }
        .hero-title{font-size: 2.2rem;}
        .mt-150 {
            margin-top: 2.375rem;
        }
        .home-about {
            width: 100%;
        }
        .font-award {
            font-weight: 100;
            font-size: 1.5rem;
            line-height: 2.125rem;
            margin-top: 2rem;
        }
        .category-section .section-title{font-size: 2rem;}
        .category-section {padding: 2rem 0;}
        .enter-box span{    font-size: 3.75rem;}
        .enter-box h5 {font-size: 1.5rem;}
        .ef-dates-section{padding: 0rem 0;}
        .awards-section .feature-item{gap: 0;}
        .float-end {display: none;}
        .hero-counter {border-top: none;padding-top: 2.25rem;}
        .social-links a {font-size: 0.6rem;}
        .social-link {width: 1.375rem;height: 1.375rem;}
        .asia-badge{padding: 0.3rem 1rem;}
        .pt80 {padding-top: 2rem;}
        .w-50 {width: 100% !important;}
        .cred-title {font-size: 1.8rem;}
        .bg-award {padding: 20px;}
        .bg-award h3 {font-size: 1.2rem;}
        .li-bar-row {flex-direction: column;}
        .landscape-insights .li-bar-row{margin-bottom: 15px;}
        .li-info-block {margin-top: 40px;}
        .ef-feature-box {flex-direction: column;}
        .landscape-insights .li-card {padding: 10px;}
        .m-d-none{display: none!important;}
        .how-to-enter-section .section-title {font-size: 2rem;}
        .step-card-new .step-num {font-size: 2rem;}
        .step-card-new .step-title {font-size: 1.4rem;}
        .step-card-new .step-title br{display: none;}
        .great-work-section h2 br {display: none;}
    }
