section.teams {
  padding: 4rem 0rem;
}

div.team-grid {
  display: flex;
  justify-content: center;
  align-items: center;
}

h4.team-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  text-transform: capitalize;
}

h4.team-title.sub-title {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: clamp(1rem, 4vw, 1.2rem);
}

div.team__box {
  height: 100%;
}

h3.title,
.post {
  font-weight: 700;
}

.team img {
  height: 100%;
  width: 100%;
  opacity: 0.1;
}

ul.social {
  list-style: none;
  padding: 0;
  display: flex;
  margin-top: 4px;
}

ul.social li {
  margin-right: 1rem;
}
