@font-face {
  font-family: "Florencesans";
  src: url("../fonts/florencesans.ttf") format("ttf");
  font-weight: 400;
  font-display: swap;
}
.committee__cards,
.auditors__cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}
.committee .card-item,
.auditors .card-item {
  display: flex;
  flex: 1;
  min-width: 240px;
  max-width: 270px;
  padding: 0;
  gap: 0;
  background-color: #D2D6E8;
  overflow: hidden;
}
.committee .card-item .h2,
.auditors .card-item .h2 {
  font-size: 28px;
  line-height: 1.25;
}
.committee .card-item .uptitle,
.auditors .card-item .uptitle {
  color: #939DC9;
}
.committee .card-item--photo,
.auditors .card-item--photo {
  order: 2;
  display: flex;
  justify-content: end;
  transform: scale(1);
}
.committee .card-item img,
.auditors .card-item img {
  width: 100%;
  height: auto;
}
.committee .card-item img[src*=filler],
.auditors .card-item img[src*=filler] {
  margin: 12px;
  opacity: 0;
}
.committee .card-item--description,
.auditors .card-item--description {
  order: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  margin: 12px;
  border-radius: 24px;
  background-color: #FCFCFC;
  color: #132356;
}
.committee .card-item--license,
.auditors .card-item--license {
  z-index: 1;
}
.committee .card-item address, .committee .card-item .link,
.auditors .card-item address,
.auditors .card-item .link {
  font-size: 16px;
  color: #939DC9;
  line-height: 1.5;
  transition: color 0.3s;
  z-index: 1;
}
.committee .card-item address:hover, .committee .card-item .link:hover,
.auditors .card-item address:hover,
.auditors .card-item .link:hover {
  color: #132356;
}
.committee .card-item:hover,
.auditors .card-item:hover {
  cursor: pointer;
}
.committee .card-item:hover .card-item--photo,
.auditors .card-item:hover .card-item--photo {
  transform: scale(1.05) translateY(12px);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 540px) {
  .committee .card-item,
  .auditors .card-item {
    min-width: 100%;
    max-width: 100%;
  }
}
.committee .tooltip::before,
.auditors .tooltip::before {
  bottom: 50%;
  top: 50%;
  left: 70%;
  width: 100px;
  transform: translateX(-50%) translateY(-50%);
  transition-duration: 1s;
  background-color: #EFF1F4;
  color: hsla(226, 64%, 21%, 0.7);
}
.committee .tooltip::after,
.auditors .tooltip::after {
  display: none;
}

.committee--description {
  margin-bottom: -48px;
}

/*# sourceMappingURL=committee.css.map */
