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

.required-input {
  color: var(--bs-info);
}

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

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

.clean-block.clean-form form {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity));
  border-top: 0px solid #ffbe98;
  max-width: 1200px;
  margin: auto;
  padding: 40px;
  box-shadow: 0px 2px 10px rgba(0,0,0,.075);
}

