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