.team-comp {
  margin: 45px 0 95px;
}
.team-comp h2 {
  font-size: 31px;
  font-family: "Cygre-Bold";
  margin-bottom: 30px;
}
.team-comp h3 {
  font-size: 25px;
  font-family: "Cygre-SemiBold";
  margin-top: 14px;
}
.team-comp__wrapper {
  max-width: 800px;
}

@media screen and (max-width: 1023px) {
  .team-comp {
    margin: -10px 0 40px;
  }
  .team-comp h2 {
    margin-bottom: 20px;
  }
}