@media(max-width:767.5px){
    body{
        font-size: 14px;
    }
    .logwd {
        width: 120px;
    }
    .heading-M{
        font-size: 14px;
        line-height: 28px;
    }
    .heading-S{
        font-size: 14px;
        line-height: 28px;
    }
    .heading-L {
        font-size: 14px;
        line-height: 28px;
    }
    .privacy{
        display: flex;
        justify-content: center;
    }
    .mq-sec-pd {  
        padding: 50px 0;
    }
    .common-btn{
        font-size: 14px;
    }
    /* .fm-pd{    
        padding: 25px;  
      } */
      .form-cus-bg {
        padding: 15px;    
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 24px;
    }
    .mq-mt {
        margin-top: 100px!important;
    }
    .privacy-txt-color p{
        font-size: 14px!important;
        line-height: 28px;

      }
      ul.heading-M.tersmli li {
        font-size: 14px!important;
    }

}
@media(min-width:992px){
    .privacy{
        display: flex;
        justify-content: end;
    }    
}
@media(max-width:991.5px){
    .mq-img-center{
        margin: 0 auto;
        display: table;
    }        
}


