.groundwork-contact-form-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.groundwork-contact-form-block h2{
  font-size: var(--global-title-size) !important;
  font-weight: var(--global-title-weight) !important;
  line-height: var(--global-title-line-height) !important;
  color: var(--title-text-color) !important;
  font-family: var(--title-font-family) !important;
}

.groundwork-contact-form-block .contact-form-section {
  position: relative;
  padding: 0px 0 60px;
}
@media (max-width: 768px) {
  .groundwork-contact-form-block .contact-form-section {
    padding: 0px 0 30px;
  }
}
.groundwork-contact-form-block .contact-map-section {
  position: relative;
}
.groundwork-contact-form-block .contact-map-section .map-outer {
  position: relative;
}
.groundwork-contact-form-block .contact-map-section .map-outer .map-canvas {
  position: relative;
  height: 430px;
  left: 0;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .groundwork-contact-form-block .contact-map-section .map-outer .map-canvas {
    height: 80px;
  }
}
