.maps-section {
  margin: 4rem auto;
}

.maps-title {
   margin: 1.5rem 0 1rem 0;
}

.maps-section iframe {
  width: 100%;
  height: 650px;
  border: 0;
  border-radius: 16px;
  display: block;
}

@media (max-width: 768px) {
  .maps-section iframe {
    height: 500px;
  }
}