.vt-team-page {
  min-height: 100%;
  background: #f5f7fa;
}

.vt-team-page .vt-team-section {
  min-height: calc(100vh - 76px);
  padding-top: 150px;
}

.vt-team-footer {
  padding: 30px 0;
  background: #172333;
  color: #fff;
}

.vt-team-footer__inner {
  width: min(76.7vw, 1450px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
}

.vt-team-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.vt-team-footer__brand img {
  width: 27px;
  height: 33px;
  object-fit: contain;
}

.vt-team-footer nav {
  display: flex;
  gap: 24px;
}

.vt-team-footer nav a {
  color: #d4e0eb;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.vt-team-footer p {
  margin: 0;
  color: #9fb0c1;
  font-size: 11px;
  text-align: right;
}

@media (max-width: 968px) {
  .vt-team-page .vt-team-section {
    min-height: 100vh;
    padding-top: 110px;
  }

  .vt-team-footer__inner {
    width: min(88vw, 760px);
    grid-template-columns: 1fr;
  }

  .vt-team-footer nav {
    flex-wrap: wrap;
  }

  .vt-team-footer p {
    text-align: left;
  }
}
