#_coaching .content {
  background-color: #254d61;
}
#_coaching .image {
  background-image: url('../img/backgrounds/coaching.jpg');
}
#_coaching .image .divider {
  border-right: 15vw solid #254d61;
}
img#CSE {
  height: auto;
  width: 250px;
}
img#CE {
  height: auto;
  width: 130px;
}
img#CG {
  height: auto;
  width: 200px;
}
@media (max-width: 768px) {
  #_coaching::after {
    border-top: 7.5vw solid #254d61;
  }
  #_coaching .content .background .image .divider {
    border-bottom: 7.5vw solid #254d61;
  }
}
