.whom__container {
  text-align: center;
}
.whom__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.whom__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
}
.whom__card-ico {
  width: 2rem;
  height: 2rem;
  margin: 0 auto 1.25rem;
}
.whom__card-ico > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.whom__card-title {
  font-size: max(1.75rem, 12px);
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.whom__card-text {
  margin-bottom: 2.5rem;
  line-height: 130%;
  color: var(--white-06);
}
.whom__card-img {
  position: relative;
  width: 100%;
}
.whom__card-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 102.703%;
}
.whom__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
}
.whom__card:nth-child(odd) {
  margin-top: 1.875rem;
}
.whom__card:nth-child(even) {
  min-width: 25.875rem;
}
@media (max-width: 991px) {
  .whom__card-img {
    margin-top: auto;
  }
}
@media (max-width: 768px) {
  .whom {
    overflow: hidden;
  }
  .whom .swiper {
    overflow: visible;
  }
  .whom__cards {
    gap: unset;
  }
  .whom__card {
    width: 300px;
    min-width: unset !important;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: unset !important;
    padding: 0 10px;
  }
  .whom__card-title {
    font-size: 24px;
  }
  .whom__card-img {
    margin-top: unset;
  }
  .whom__card:nth-child(even) .whom__card-img::before {
    padding-top: 113.333%;
  }
}
/*# sourceMappingURL=whom.css.map */
/*# sourceMappingURL=whom.css.map */