@media screen and (max-width: 991px) {
    
}

@media screen and (max-width: 479px) {
   
    .fluid-section {
        display: block;
    }
    .index-about::before{
        position: relative;
        width: 100%;
        background-image:url(../images/index-about.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        min-height: 320px;
    }
    .hero-section::before {
        display: none;
      }
}

@media screen and (max-width: 767px) {
   
    .fluid-section {
        display: block;
    }
    
      
    .footer-links ul {
        margin: 0;
        padding: 0;
        text-align: center;
        display: block;
        align-items: center;
        justify-content: center;
    }
    .footer-links ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: normal;
        padding: 12px 12px;
    }
    .ft-social-wrap {
        display: block;
    }
    .ft-social {
        justify-content: center;
    }
    
    h4{
        font-size: 24px;
        font-family: Playfair Display;
        font-weight: 400;
    }
    h5{
        font-size: 18px;
        /* font-family: Playfair Display; */
        font-weight: 600;
    }
    
    h3{
        font-size: 28px;
        font-family: Playfair Display;
        font-weight: 400;
    }
    
    h2{
        font-size: 30px;
        font-family: Playfair Display;
        font-weight: 600;
    }
    h1{
        font-family: Playfair Display;
        font-size: 38px;
        line-height: 1.2;
        margin: 0;
    }
    h6 {
        font-size: 16px;
        font-weight: 700 !important;
    }
    .section-content {
        margin-top: 32px;
    }
    .bg-primary-gradient {
        padding: 40px;
    }
    .index-comitment {
        position: relative;
        padding: 0px 0;
    }
    .brand {
        left: 40%;
        font-size: 26px;
    }
    
    
    
}

@media screen and (max-width: 991px) {
   
}

@media (min-width: 1200px) {
.container {
    max-width: 1170px !important;
}
}

