#_mentoring .content {
  background-color: #ff9d00;
}
#_mentoring .image {
  background-image: url('../img/backgrounds/mentoring.jpg');
}
#_mentoring .image .divider {
  border-left: 15vw solid #ff9d00;
}
img#MPV {
  height: auto;
  width: 220px;
}
img#MVC {
  height: auto;
  width: 200px;
}
img#GT {
  height: auto;
  width: 150px;
}
@media (max-width: 768px) {
  #_mentoring::after {
    border-top: 7.5vw solid #ff9d00;
  }
  #_mentoring .content .background .image .divider {
    border-bottom: 7.5vw solid #ff9d00;
  }
}
