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

.required-input {
  color:maroon;
}

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

@media (max-width: 768px) and (min-width: 360px) {
  /* #contactForm .static-map img {
    width:100%;
  } */
  #logo {
    width: 90px !important;
  }
  .h1, h1 {
    font-size: 2.1rem !important;
  }
}

