.academy-content {
  background-color: #d51846;
  padding-left: 50px;
  padding-right: 50px;
  height: 100%;
}
.academy-image {
  height: 100%;
}
.academy-image img {
  display: flex;
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .academy-image {
    margin-top: 20px;
  }
}
