/*---------------------
  Adivsory Committee Begings
-----------------------*/
.team {
  padding-bottom: 70px;
}

.team__item {
  text-align: center;
  margin-bottom: 10px;
}

.team__item:hover img {
  border-color: #13a2b7;
}

.team__item img {
  height: 270px;
  width: 270px;
  border-radius: 50%;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
  -webkit-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.team__item h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 5px;
}

.team__item span {
  font-size: 15px;
  color: #13a2b7;
  display: block;
  margin-bottom: 12px;
}

.team__item .team__item__social a {
  font-size: 15px;
  color: #666666;
  display: inline-block;
  margin-right: 20px;
}

.team__item .team__item__social a:last-child {
  margin-right: 0;
}
.team .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 16px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__item img {
    height: auto;
    width: auto;
  }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__item img {
    height: auto;
    width: auto;
  }
}

/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
  .team__item img {
    height: auto;
    width: auto;
  }
}

/* Small Device = 320px */
@media only screen and (max-width: 479px) {
  .team__item img {
    height: auto;
    width: auto;
  }
}
