 @media only screen and (max-width: 1200px) { }

 @media only screen and (max-width: 991px) {
   .industry-slide {
    height: 420px;
  }
  }

@media only screen and (max-width: 767px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .hm-product-btn {
    text-align: start;
    margin-bottom: 2.5rem;
    margin-top: -1rem;
}
}

 @media only screen and (max-width: 600px) { 

    table {
        display: block;   
        width: 100%;
        overflow-x: auto;
    }
 }

 @media only screen and (max-width: 575px) { 
   .industry-slide {
    height: 360px;
  }
  .slide-no {
    font-size: 60px;
  }
  .facts-overlay h4 {
    font-size: 22px;
  }

  .hm-test-no {
    margin-bottom: 1rem;
  }
  .contact-section {
    padding: 2rem 0;
}
.top-footer-wrapper {
      padding: 2.5rem 0;
  }
 }

/* 
 .logo-section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.nav-my {
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
}
    */