#contactForm .h4 {
  /*font-weight: 400;*/
  /*border-bottom: 1px solid rgba(24,101,172,0.13);*/
}

.required-input {
  color: maroon;
}

.static-map {
  margin-bottom: 20px;
}

@media (max-width: 768px) and (min-width: 767px) {
  #contactForm .static-map img {
    width: 100%;
  }
}

#dropdown {
  font-size: 13px;
  font-weight: bold;
  color: grey;
}

