/* ===============================
   MAP SECTION
================================= */
.map-section {
  padding: 60px 0;
  background: #f5f5f5;
}

/* TITLE */
.map-title {
  text-align: center;
  color: #0a7a4d;
  font-size: 28px;
  margin-bottom: 20px;
}

/* MAP */
#mapContainer {
  width: 100%;
  height: 500px;
}

/* MOBILE */
@media (max-width: 900px) {
  #mapContainer {
    height: 350px;
  }
}
