 @media only screen and (max-width: 1200px) { 
    .main-wrapper {
        margin-top: 65px;
    }

    .orpr1 {
        order: 1;
    }
    
    .orpr2 {
        order: 2;
    }

    .orsr1 {
        order: 1;
    }

    .orsr2 {
        order: 2;
    }

    .orgl1 {
        order: 1;
    }
    .orgl2 {
        order: 2;
    }
 }

 @media only screen and (max-width: 991px) { }

 @media only screen and (max-width: 767px) {
      .navbar {
        background-color: #ddd !important;
    }
     
     .banner-text h2 {
    font-size: 35px;
}
    .cta-one-text h5 {
        padding: 36px;
    }
  }

 @media only screen and (max-width: 600px) { 

    table {
        display: block;   
        width: 100%;
        overflow-x: auto;
    }
 }

 @media only screen and (max-width: 575px) { }