.service-areas-map-section {
  padding: 25px 0 0px 0;
  background-color: #ffffff;
}

.service-areas-map-section .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.service-areas-map-section .qodef-h3,
.service-areas-map-section h3 {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.22em;
  letter-spacing: .15em;
  margin: 25px auto;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  text-align: center;
}

#map {
  height: 600px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .service-areas-map-section {
    padding: 60px 0;
  }

  .service-areas-map-section .qodef-h3,
  .service-areas-map-section h3 {
    font-size: 20px;
    margin: 20px 20px 30px;
    text-align: center;
  }

  #map {
    height: 400px;
  }
}

