.team-page {
  background-image: url("../images/team-back.png");
}
.team-cards {
  background-image: url("../images/airpot.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 70px;
}
.team-cards .team-card {
  border: 1px solid #f15662;
  background: #fff;
  padding: 10px;
  position: relative;
}
.team-cards .team-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  width: 200px;
  height: 2px;
  background-color: #ec1e2e;
  display: none;
}
.team-cards .team-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 200px;
  height: 2px;
  background-color: #ec1e2e;
  display: none;
}
.team-cards .team-card .team-card-img img {
  width: 100%;
}
.team-cards .team-card .team-card-content h4 {
  color: #000;
  font-family: TROS;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 216.667% */
  text-transform: uppercase;
}
.team-cards .team-card .team-card-content p {
  color: #969696;
  font-family: Gilroy-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 250% */
}
@media (max-width: 786px) {
  .team-cards .team-card {
    margin: 20px 0;
  }
}
