.coaching-hero--upper + .coaching-hero--lower{
  padding-top: 0 !important;
}
.coaching-hero{
  position: relative;
}
.coaching-hero__bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.coaching-hero__bg img{
  width: 100%;
}
.coaching-hero__bg::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.athlete-testimonials--upper + .athlete-testimonials--lower{
  padding-top: 0 !important;
}