@media (max-width:997px) {
    
      .mobile-logo {
        display: block;
        padding: 5px 10px;
        margin-left: -5px;
      }
      .navbar-light .desktop-logo, .social-media2, .search-field{
          display: none;
      }
      .section-header h2, .section-header2 h2{
          margin-bottom: 30px;
      }
      .center .slick-track {
        padding: 0;
      }
      .footer-logo {
        text-align: left;
        align-items: center;
        border-right: none;
        height: 85%;
      }
      .navbar-brand.mobile-logo {
        display: block;
        width: 200px;
      }
}
@media (max-width:767px) {
    .container {
        max-width: 100%;
        margin: auto;
        width: 100%;
      }
      .line{display: none;}
}
@media (min-width:992px) {
.row-reverse {
  flex-flow: row-reverse;
  text-align: right;
}
}