.nb-team-grid {
  border-top: 1px solid var(--nb-hairline);
  background: var(--nb-paper);
}

.nb-team-grid__wrap {
  padding-block: 80px;
}

@media (max-width: 991.98px) {
  .nb-team-grid__wrap {
    padding-block: 64px;
  }
}

@media (max-width: 575.98px) {
  .nb-team-grid__wrap {
    padding-block: 48px;
  }
}

.nb-team-grid .nb-section-header {
  margin-bottom: 48px;
}

.nb-team-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 991.98px) {
  .nb-team-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .nb-team-grid__grid {
    grid-template-columns: 1fr;
  }
}
