.profile-cards {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .profile-cards[data-count="1"] .profile-card {
    max-width: 900px;
    padding: 45px;
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 240px 1fr;
  }
}
.profile-cards[data-count="1"] .profile-card__title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.profile-cards[data-count="1"] .profile-card__title:after {
  content: "";
  background-color: #7D868C;
  width: 60px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
}
.profile-cards[data-count="1"] .profile-card figure {
  overflow: hidden;
  border-radius: 100%;
  height: 240px;
  width: 240px;
  margin-bottom: 25px;
}
.profile-cards:not([data-count="1"]) .container-fluid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 30px;
  justify-content: center;
}
.profile-cards:not([data-count="1"]) .container-fluid .profile-card {
  width: 100%;
}
@media (min-width: 768px) {
  .profile-cards[data-count="2"] .container-fluid .profile-card {
    width: calc(50% - 30px);
    max-width: 437px;
  }
}
@media (min-width: 1200px) {
  .profile-cards[data-count="3"] .container-fluid .profile-card,
  .profile-cards[data-count="4"] .container-fluid .profile-card,
  .profile-cards[data-count="5"] .container-fluid .profile-card,
  .profile-cards[data-count="6"] .container-fluid .profile-card,
  .profile-cards[data-count="7"] .container-fluid .profile-card,
  .profile-cards[data-count="8"] .container-fluid .profile-card,
  .profile-cards[data-count="9"] .container-fluid .profile-card,
  .profile-cards[data-count="10"] .container-fluid .profile-card,
  .profile-cards[data-count="11"] .container-fluid .profile-card,
  .profile-cards[data-count="12"] .container-fluid .profile-card,
  .profile-cards[data-count="13"] .container-fluid .profile-card,
  .profile-cards[data-count="14"] .container-fluid .profile-card,
  .profile-cards[data-count="15"] .container-fluid .profile-card,
  .profile-cards[data-count="16"] .container-fluid .profile-card,
  .profile-cards[data-count="17"] .container-fluid .profile-card,
  .profile-cards[data-count="18"] .container-fluid .profile-card {
    width: calc(33.3333% - 30px);
  }
}
@media (min-width: 768px) {
  .profile-cards[data-count="3"] .container-fluid .profile-card,
  .profile-cards[data-count="4"] .container-fluid .profile-card,
  .profile-cards[data-count="5"] .container-fluid .profile-card,
  .profile-cards[data-count="6"] .container-fluid .profile-card,
  .profile-cards[data-count="7"] .container-fluid .profile-card,
  .profile-cards[data-count="8"] .container-fluid .profile-card,
  .profile-cards[data-count="9"] .container-fluid .profile-card,
  .profile-cards[data-count="10"] .container-fluid .profile-card,
  .profile-cards[data-count="11"] .container-fluid .profile-card,
  .profile-cards[data-count="12"] .container-fluid .profile-card,
  .profile-cards[data-count="13"] .container-fluid .profile-card,
  .profile-cards[data-count="14"] .container-fluid .profile-card,
  .profile-cards[data-count="15"] .container-fluid .profile-card,
  .profile-cards[data-count="16"] .container-fluid .profile-card,
  .profile-cards[data-count="17"] .container-fluid .profile-card,
  .profile-cards[data-count="18"] .container-fluid .profile-card {
    max-width: 437px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .profile-cards[data-count="3"] .container-fluid .profile-card,
  .profile-cards[data-count="4"] .container-fluid .profile-card,
  .profile-cards[data-count="5"] .container-fluid .profile-card,
  .profile-cards[data-count="6"] .container-fluid .profile-card,
  .profile-cards[data-count="7"] .container-fluid .profile-card,
  .profile-cards[data-count="8"] .container-fluid .profile-card,
  .profile-cards[data-count="9"] .container-fluid .profile-card,
  .profile-cards[data-count="10"] .container-fluid .profile-card,
  .profile-cards[data-count="11"] .container-fluid .profile-card,
  .profile-cards[data-count="12"] .container-fluid .profile-card,
  .profile-cards[data-count="13"] .container-fluid .profile-card,
  .profile-cards[data-count="14"] .container-fluid .profile-card,
  .profile-cards[data-count="15"] .container-fluid .profile-card,
  .profile-cards[data-count="16"] .container-fluid .profile-card,
  .profile-cards[data-count="17"] .container-fluid .profile-card,
  .profile-cards[data-count="18"] .container-fluid .profile-card {
    width: calc(50% - 30px);
  }
}
.profile-cards__link {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.profile-card {
  background: #fff;
  box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.16);
  padding: 35px;
}
.profile-card figure {
  overflow: hidden;
  border-radius: 100%;
  height: 186px;
  width: 186px;
  margin-bottom: 25px;
}
.profile-card figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.profile-card__title {
  color: #000;
  font-family: "Work Sans";
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -1.059px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .profile-card__title {
    font-size: 27px;
  }
}
.profile-card .more-link {
  margin-top: 20px;
}
.profile-card a {
  color: #B31B1B;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none !important;
}
.profile-card a:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -3px;
  background: #B31B1B;
  transition: width 0.4s ease;
}
.is-tabbing .profile-card a:focus:before {
  width: 100%;
}
@media (hover: hover) {
  .profile-card a:hover:before {
    width: 100%;
  }
}
/*# sourceMappingURL=profile-cards.css.map */