.repay-staff-cards {
  position: relative;
  margin: 4rem auto 4rem;
}
.repay-staff-cards__svg-background {
  position: absolute;
  z-index: -1;
}
.wp-block .repay-staff-cards__svg-background {
  z-index: 0;
}
.repay-staff-cards__svg-background.dot-circle {
  left: -20%;
  top: -4rem;
  width: 60%;
  transform: rotate(180deg) scaleX(-1);
}
.repay-staff-cards__svg-background video,
.repay-staff-cards__svg-background img {
  width: 100%;
}
.repay-staff-cards__staff-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2rem;
  column-gap: 2rem;
  margin: 2rem auto;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .repay-staff-cards__staff-cards {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.repay-staff-cards__staff-card {
  background-color: white;
  position: relative;
  width: calc((100% - 6rem) / 4);
  padding: 1.5rem;
  border: 1px solid #b4b4b5;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .repay-staff-cards__staff-card {
    width: calc((100% - 4rem) / 3);
  }
}
@media (max-width: 768px) {
  .repay-staff-cards__staff-card {
    width: calc((100% - 2rem) / 2);
  }
}
@media (max-width: 576px) {
  .repay-staff-cards__staff-card {
    width: 100%;
    max-width: 250px;
  }
}
.repay-staff-cards__image-container {
  background-color: white;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.repay-staff-cards__image-container img {
  background-color: #b4b4b5;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
}
.repay-staff-cards__name {
  margin: 1rem 0 0;
  line-height: 1.15;
}
.repay-staff-cards__title {
  color: #80c430;
  font-weight: 500;
  font-size: 0.9em;
}
.repay-staff-cards__button {
  margin-top: auto;
}

/*# sourceMappingURL=staff-cards.css.map */
