@media (max-width: 1500px) {
  .main-logo {
    max-width: 230px;
  }
  .header .main-menu-wrapper .main-nav > li {
    /* margin-right: 10px; */
  }
}

@media (max-width: 768px) {
  .row-reverse {
    flex-direction: column-reverse;
  }

  .header-top {
    display: none;
  }

  .about-content h1 {
    font-size: 30px;
  }

  .whatsapp-button {
    position: fixed;
    background-color: #25d366;
    bottom: 10px;
    right: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
  .call-button {
    bottom: 10px;
    left: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size:20px;
  }
  .progress-wrap.active-progress {
    display: none;
  }
}
