.photo-block {
  background-color: #313d4d;
}
.team-section {
  padding: 0 20px 120px;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.team-member {
  width: 260px;
  text-align: center;
}
.team-member .photo {
  width: 100%;
  aspect-ratio: 9 / 11.5;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  margin-bottom: 15px;
}
.team-member .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.team-member .role {
  font-size: 14px;
  opacity: 0.8;
}


.text-white{
  color: #ffffff;
    font-weight: 500;
    font-family: 'Inter';
    font-size: 22px;
    line-height: 1.35;
}

.text-light{
    color: #f2f2f2;
    font-family: 'NeueMachina', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.55;
        margin-bottom: 18px;
}

.title_razdel.team{
  background: #313d4d;
    display: flex;
  align-items: center;
  padding: 150px 0;
  margin: 0;
}

.title_short.team, .title_long.team{
  color: #f2f2f2;
}
.title_long.team{
  padding-bottom: 70px;
}