.mentor-section {
  background-color: #fff;
}

.section-title {
  font-size: 48px;
  font-weight: 600;
  color: rgb(57, 136, 143);
}

.mentor-text {
  max-width: 900px;
  font-size: 18px;
  color: #318693;
  text-align: left;
}
.mentors-gallery .mentor-img {
  height: 311px;
  width: 243px;
  object-fit: cover;
   object-position: top; /* Focus on top (usually the head) */
  margin-bottom: 10px;
}

.mentor-company {
  margin: 0;
  color: #318693;
  font-size: 25px;
}

.mentor-name {
  font-weight: bold;
  color: #318693;
  font-size: 35px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 2000px;
    }
}