
   .mt-50 {
     margin-top: 50px !important;
 }
  .pt_large{
     margin-top: 20px !important;
 }

 
 @media only screen and (min-width: 1025px) {
     .mt-50 {
         margin-top: 0px !important;
    }
    .l-mt-210 {
        margin-top: 230px !important;
    }
    
}