.page-title, .team-mentors {
  height: auto !important;
  position: relative !important;
  opacity: 1 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.page-title {
  top: -5rem;
/*  background-image: url('../img/Team.png');*/
  min-height: 110vh;
}

.title {
  /* text-align: center; */
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0.8em;
}

.team-mentors .names{
  font-size: 18px;
  letter-spacing: 1px;
  color: indigo;
  font-weight: 400;
}

.team-mentors p{
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: justify;
}

.team-mentors {
/*  background-image: url('../img/team_2.jpg');*/
  min-height: 30em;
  box-shadow: 0 0 5px 2px lightgrey;
  /* margin: 8rem 0; */
}
