.contact-content h2 span {
  color: #000 !important;
}

.section-title h2 {
  font-size: 23px !important;
}

.section-title p {
  margin-top: 30px;
  color: #fff;
}

/* map grayscale */

.map-grayscale {
  filter: grayscale(100%);
  transition: all 0.5s linear;
}

.map-grayscale:hover {
  filter: grayscale(0%);
}
