@media (max-width: 767.98px) {
  .bootstrap-container .hero-carousels {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70% 0;
    position: relative;
    height: 100%;
  }
  .bootstrap-container .hero-carousels .full-width,
  .bootstrap-container .hero-carousels .medium-height,
  .bootstrap-container .hero-carousels .xs-height {
    display: none;
  }
  .bootstrap-container .hero-carousels .single-h-padding.limit-width {
    display: flex;
    height: 100%;
  }
  .bootstrap-container .hero-carousels ._2x-hero-content {
    position: relative;
    padding-block: 3rem;
    margin-left: unset;
    margin-right: unset;
    padding-left: unset;
  }
}
@media (min-width: 768px) {
  .bootstrap-container .hero-carousels {
    background-image: none;
  }
  .bootstrap-container .hero-carousels .medium-height {
    height: 400px;
  }
  .bootstrap-container .hero-carousels ._2x-hero-content {
    height: 400px;
  }
}
.bootstrap-container .offices-wrapper .office-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  min-height: unset;
}
.bootstrap-container .offices-wrapper .office-loc {
  text-wrap: pretty;
}
.bootstrap-container .offices-wrapper .office-email {
  font-size: 15px;
}
.bootstrap-container .offices-wrapper .office-phone {
  font-size: 15px;
}

/*# sourceMappingURL=template-contact.css.map */
