.post {
  margin-top: 200px;

  &::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;
  }
}

.post__wrapper {
  text-align: center;
  max-width: 990px;
  margin: 0 auto;
}

.post__wrapper h4 {
  font-size: 18px;
  margin-top: 100px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: var(--color-red);
}

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

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

  @media (max-width: 375px) {
    font-size: 26px;
  }
}

.post__content {
  display: flex;
  flex-direction: column;
  text-align: left;

  gap: 60px;

  @media (max-width: 445px) {
    gap: 20px;
  }
}

.post__content h1 {
  @media (max-width: 620px) {
    font-size: 32px;
  }

  @media (max-width: 445px) {
    font-size: 26px;
  }
}

.post__content > img {
  border-radius: 33px;
  margin-top: 60px;
}

.post__content p,
.post__content li {
  line-height: 180%;
}

.post__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 50px;
  position: relative;

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

    top: 10%;
    left: -5%;

    width: 1px;
    height: 186px;

    background: url("../assets/images/about-team/programs-line.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.post__list > li {
  position: relative;

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

    top: 20%;
    left: -6.6%;

    width: 30px;
    height: 30px;

    background: url("../assets/icons/dot.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 654px) {
  .post__list > li::before {
    left: -7.5%;
  }
}

@media (max-width: 543px) {
  .post__list > li::before {
    left: -8%;
  }
}

@media (max-width: 450px) {
  .post__list > li::before {
    left: -10%;
  }
}

@media (max-width: 375px) {
  .post__list > li::before {
    left: -15%;
  }

  .post__list::before {
    display: none;
  }
}

.post__intresting {
  text-align: center;
  margin-top: 100px;

  @media (max-width: 1520px) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.post__intresting ul {
  display: flex;
  margin-top: 60px;
  gap: 45px;
  width: 450px;

  @media (max-width: 1520px) {
    flex-direction: column;
  }

  @media (max-width: 490px) {
    width: auto;
  }
}

.post__intresting ul img {
  border-radius: 33px;
  width: 450px;
  height: 320px;
  object-fit: cover;

  @media (max-width: 490px) {
    width: 390px;
    height: 276px;
  }

  @media (max-width: 425px) {
    width: 100%;
    height: 100%;
  }
}

.post__intresting ul h3 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 130%;
}

.post__intresting ul p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 180%;
}
