.vt-team-section {
  padding: 92px 0;
  background: #f5f7fa;
  color: #172333;
}

.vt-team-section__inner {
  width: min(76.7vw, 1450px);
  margin: 0 auto;
}

.vt-team-section__header {
  max-width: 720px;
  margin-bottom: 38px;
}

.vt-team-section__header > p {
  margin: 0 0 10px;
  color: #245f91;
  font: 800 12px/1.2 'Montserrat', sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vt-team-section__header h1,
.vt-team-section__header h2 {
  margin: 0;
  color: #172333;
  font: 800 clamp(38px, 5vw, 64px)/1.05 'Montserrat', sans-serif;
  letter-spacing: -0.05em;
}

.vt-team-section__header .vt-team-section__intro {
  max-width: 620px;
  margin: 18px 0 0;
  color: #526274;
  font: 500 17px/1.7 'Montserrat', sans-serif;
}

.vt-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.vt-team-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe5ed;
}

.vt-team-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 24%;
  background: #e8f0f7;
  filter: saturate(0.86);
}

.vt-team-card > div {
  min-height: 126px;
  padding: 23px 24px 25px;
}

.vt-team-card h3 {
  margin: 0 0 8px;
  color: #172333;
  font: 800 21px/1.25 'Montserrat', sans-serif;
  letter-spacing: -0.025em;
}

.vt-team-card p {
  margin: 0;
  color: #526274;
  font: 600 14px/1.55 'Montserrat', sans-serif;
}

.vt-team-section__link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 30px;
  color: #19486f;
  font: 800 14px/1.2 'Montserrat', sans-serif;
  text-decoration: none;
}

.vt-team-section__link:hover {
  color: #245f91;
}

@media (max-width: 968px) {
  .vt-team-section {
    padding: 72px 0;
  }

  .vt-team-section__inner {
    width: min(88vw, 760px);
  }

  .vt-team-grid {
    grid-template-columns: 1fr;
  }

  .vt-team-card img {
    aspect-ratio: 5 / 4;
  }
}
