.newest-courses-section {
  width: 100%;
  /*height: 600px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding : 50px 0px;
}
@media (max-width: 991px) {
  .newest-courses-section {
    height: auto;
  }
}
