@media screen and (max-width: 767px) {
  .team-item {
    display: flex;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .team-item__top {
    flex: 1 1 44%;
  }
}
@media screen and (min-width: 768px) {
  .team-item__top {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .team-item__image {
    flex: 1 1 47%;
  }
}
.team-item__image a {
  display: block;
  overflow: hidden;
}
.team-item__image a:active img {
  transform: scale(1.05);
}
@media screen and (min-width: 1025px) {
  .team-item__image a:hover img {
    transform: scale(1.05);
  }
}
.team-item img {
  object-fit: cover;
  aspect-ratio: 150/150;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .team-item img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .team-item img {
    aspect-ratio: 221/329;
  }
}
@media screen and (min-width: 1025px) {
  .team-item img {
    aspect-ratio: 252/329;
  }
}
.team-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/*# sourceMappingURL=team-item.css.map */
