section.contact-us-header {
  background: url('/wp-content/themes/northladder/img/pattern-contact.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 18%;
}

.contact-card {
  position: relative;
  padding: 2.5rem 2.25rem;
  margin-bottom: 3.25rem;
  background: #fff;
  border: 0.5px solid #1f0a54;
  border-radius: 12px;
  text-align: center;
}

.contact_card_body {
  flex: 1 1 auto;
  align-items: center;
  max-width: 100%;
}

.rounded-circle {
  position: absolute;
  top: -1.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border: 1px solid #1f0a54;
  border-radius: 50%;
  box-shadow: 8px 12px 20px rgba(0, 0, 0, 0.05);
}

.rounded-circle img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}

.contact-card:nth-of-type(3) .contact--cta {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.icon--small {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}

@media (min-width: 768px) {
  section.contact-us-header {
    background-size: 0;
  }

  .contact-us-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-card {
    max-width: 340px;
  }

  .contact-card:nth-child(odd) {
    margin-inline-end: 1.5rem;
  }
  .contact-card:last-child {
    margin-inline-end: 0;
  }
}

@media (min-width: 1024px) {
  section.contact-us-header {
    background-size: auto;
  }
}

@media (min-width: 1280px) {
  .contact-card {
    max-width: 315px;
    margin-inline-end: 3rem;
  }
  .contact-card:nth-child(odd) {
    margin-inline-end: 3rem;
  }

  .contact-card:last-child {
    margin-inline-end: 0;
  }
}

@media (min-width: 1280px) {
  .contact-card {
    max-width: 344px;
  }
}
.contact-us-header-height {
  min-height: 80vh;
}
