.team-section {
  padding: 48px 0;
  background: #fff;
}

.team-section h2 {
  color: rgba(34, 46, 80, 1);
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}

.team-section p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  color: rgba(108, 114, 130, 1);
  margin-bottom: 64px;
}

.team-section p > span {
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  color: rgba(93, 138, 168, 1);
}

.team-section .member{
    text-align: center;
}

.team-section .member img {
  border-radius: 50%;
  margin-bottom: 20px;
}

.team-section .member .content h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Inter';
  color: rgba(24, 29, 39, 1);
}
.team-section .member .content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Inter';
  color: rgba(83, 88, 98, 1);
}

.team-section .member .content .position{
    color: rgba(93, 138, 168, 1);
    margin-bottom: 8px;
}
