.title-box {
  display: flex;
  flex-direction: column;
  align-items: end;
  align-self: flex-end;
  margin-bottom: 90px;
  padding-right: 80px;
}
.red {
  color: rgba(160, 1, 1, 1);
}
.title {
  text-transform: uppercase;
  display: block;
  font-family: "Inter";
  font-weight: 860;
  transform: scaleY(0.8);
  font-size: 12.5rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  color: rgba(160, 1, 1, 1);
  text-shadow: 10px 10px 0px rgba(0, 0, 0, 0.3);
  align-self: flex-start;
  margin-right: 80px;
}
.title-subscript {
  font-family: "Inter";
  font-weight: 750;
  transform: scaleY(0.8);
  font-size: 3.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
}
.coaches {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 140px;
}
.coach {
  width: 80%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.coach-img {
  width: 554px;
  height: 672px;
  border-radius: 20px;
}
.coach-info {
  margin-top: 30px;
  width: 930px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.coach-subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coach-surname {
  font-family: "Inter";
  font-weight: 640;
  transform: scaleY(0.8);
  font-size: 3.75rem;
  line-height: 1.5;
  letter-spacing: 5%;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
}
.coach-name {
  color: rgba(160, 1, 1, 1);
  padding-bottom: 33px;
  border-bottom: 2px solid rgba(122, 122, 122, 1);
  text-transform: uppercase;
}

.coach-age,
.coach-experience_sports,
.coach-experience_level,
.coach-experience_teaching,
.coach-directions,
.coach-education {
  font-family: "Source Code Pro";
  font-weight: 400;
  font-size: 2.3125rem;
  line-height: 1.5;
  letter-spacing: 2%;
  color: rgba(31, 31, 31, 1);
  width: 100%;
}
.subscribe {
  margin-top: 75px;
}

.subscribe {
  width: 450px;
  height: 125px;
  background-color: rgba(0, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
  font-family: "Inter";
  font-weight: 750;
  transform: scaleY(0.8);
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: 5%;
  text-decoration: none;
}
.conection_with_us {
  display: none;
}
footer {
  height: 810px;
  margin-top: 100px;
  padding: 32px 88px 43px 107px;
  background-image: url("../images/coaches/Pattern.webp");
}
.about_us {
  width: 90%;
  height: 436px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.about_us-title {
  font-family: "Inter";
  font-weight: 860;
  transform: scaleY(0.8);
  font-size: 4.375rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(130, 130, 130, 1);
}
.speaches {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.speach-01 {
  width: 89%;
  font-family: "Source Code Pro";
  font-weight: 400;
  font-style: Italic;
  font-size: 2.125rem;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: justify;
  color: rgba(0, 0, 0, 1);
}
.speach-02 {
  width: 92%;
  font-family: "Source Code Pro";
  font-weight: 400;
  font-style: Italic;
  font-size: 2.125rem;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: justify;
  color: rgba(0, 0, 0, 1);
  align-self: flex-end;
}
