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