.location {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  height: 510px;
  margin-top: 50px;
}

.location-title {
  color: #0b4927;
  font-family: Montserrat;
  font-weight: 600;
}

.location-map {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .location-title {
    text-align: center;
    white-space: nowrap;
    font-size: 2rem;
  }

  .location-map iframe {
    width: 100%;
    height: 450px;
  }
}
