.block-get-in-touch .git-subheading {
  padding-bottom: 3rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block-get-in-touch .git-subheading {
    max-width: 55%;
    padding-bottom: 3.5%;
  }
}
.block-get-in-touch .row {
  justify-content: center;
}
.block-get-in-touch .row .contact-icon {
  max-width: 40px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .block-get-in-touch .row .contact-icon {
    margin-bottom: 10%;
  }
}
.block-get-in-touch .row h4 {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .block-get-in-touch .row .contact-method-card-container {
    margin-bottom: 3rem !important;
  }
}
.block-get-in-touch a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
