.coach-team {
  margin-top: 200px;
  margin-bottom: 100px;
  position: relative;

  &::before {
    content: "";
    position: absolute;

    background: linear-gradient(0deg, #000 0.01%, rgba(0, 0, 0, 0) 41.92%),
      url(../assets/images/coache-team/coach-team-bg.jpg),
      lightgray 0px -250.242px / 100% 124.334% no-repeat;
    background-position: top;
    background-repeat: no-repeat;

    opacity: 0.1;
    top: -15%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }

  @media (max-width: 1270px) {
    margin-top: 150px;
  }
}

.coach-team > .container {
  margin-top: 60px;
}

.coach-team h4 {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  letter-spacing: 1rem;
  color: var(--color-red);
}

.coach-team h1 {
  font-size: 42px;
  line-height: 130%;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;

  @media (max-width: 425px) {
    font-size: 32px;
  }
}

.coach-team__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  gap: 45px;
}

.coach-team__list > li {
  width: 450px;
  text-align: center;
}

.coach-team__list > li img {
  border-radius: 33px;
  width: 450px;
  height: 560px;
  object-fit: cover;

  @media (max-width: 465px) {
    width: 300px;
    height: 400px;
  }
}

.coach-team__list > li {
  position: relative;
}

.coach-team__list > li p {
  margin-top: 70px;

  @media (max-width: 465px) {
    margin-top: 40px;
  }
}

.coach-team__name {
  position: absolute;
  padding: 20px;
  background: var(--color-red);
  border-radius: var(--border-radius-sm);
  width: 70%;
  left: 15%;
  top: 82%;

  @media (max-width: 465px) {
    top: 75%;
  }
}
