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