#contactForm .h4 {
  font-weight: 400;
  /*border-bottom: 1px solid silver;*/
  font-size: 48px;
}

.required-input {
  color: #ffffff;
  text-shadow: 4px 4px 6px #000000;
}

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

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

