@media screen and (max-width: 1024px) and (min-width: 681px) {
  .hero-left-image img {
    width: clamp(120px, 25vw, 300px);
    }
 
  .main-menu-al {
    padding-right: 60px;
    }

  .main-menu-al ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    justify-content: center;
    text-align: center;
 }

  .main-menu-al ul li a {
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    padding: 4px 6px;
  }

  .main-menu-al li:not(:first-child)::before {
    margin: 0 0.4rem;
    font-size: 0.8rem;
  }
  
  .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }

  .footer-overlay {
      flex-wrap: wrap;
      justify-content: center;
      gap: 2rem;
  }
}