.contact-person {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-bottom: var(--bottom-space);
}
.contact-person .team-item {
  flex-grow: 0;
  flex-shrink: 1;
  width: 33%;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--wp--preset--color--custom-white);
  border-top: 4px solid var(--wp--preset--color--custom-mint);
}
.contact-person .team-item img {
  width: 100%;
  aspect-ratio: 104/69;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.contact-person .team-item .team-content {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.contact-person .team-item .team-content h4 {
  margin: 0px;
}
.contact-person .team-item .team-content h5 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.contact-person .team-item .team-content p {
  margin: 0px;
}
.contact-person .team-item .team-content .btn {
  margin-top: 32px;
}

.contact-person {
  align-items: center;
}
.contact-person .title {
  width: calc(60% - 16px);
}
@media (max-width: 767px) {
  .contact-person .title {
    width: 100%;
  }
  .contact-person .title h3 {
    margin-bottom: 0px;
  }
}
.contact-person .team-item {
  width: calc(40% - 16px);
}
@media (max-width: 767px) {
  .contact-person .team-item {
    width: 100%;
  }
}
.contact-person .team-item h5 {
  margin-bottom: 0px !important;
}/*# sourceMappingURL=contact-person.css.map */