/* about us section styling */

.visit-us-super-container {
  padding: 1.5rem;
  margin: 0 auto;
  max-width: 1600px;
  text-align: left;
  scroll-margin-top: 10rem;
}

.map-container {
  width: 100%;
  padding: 1.5rem;
  height: auto;
  padding-bottom: 1.25rem;
}

.map-text {
  text-align: center;
}

.map-container #map {
  width: 100%;
  aspect-ratio: 16 / 6;
  border: 0;
  border-radius: 12px;
  border: 2px solid #2b2320;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .map-container {
    padding: 0.5rem;
  }
  .map-container #map {
    aspect-ratio: 5 / 4;
  }
  .visit-us-super-container {
    scroll-margin-top: 9rem;
  }
}
