.team-boxed {
  color:#ffffff;
  background-color:#033334;
  padding-top:0px;
}

.team-boxed p {
  color:#2b2b2c;
}

.team-boxed h2 {
  font-weight:normal;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
  font-size:34px;
}

@media (max-width:767px) {
  .team-boxed h2 {
    margin-bottom:1px;
    padding-top:0px;
    font-size:34px;
  }
}

.team-boxed .intro {
  font-size:15px;
  max-width:940px;
  margin:0 auto;
}

.team-boxed .intro p {
  margin-bottom:0;
}

.team-boxed .people {
  padding:50px 0;
}

.team-boxed .item {
  text-align:center;
}

.team-boxed .item .box {
  text-align:center;
  padding:30px;
  background-color:#f4f4f4;
  margin-bottom:30px;
}

.team-boxed .item .name {
  font-weight:bold;
  margin-top:1px;
  margin-bottom:8px;
  color:#1f1f1f;
}

.team-boxed .item .title {
  text-transform:uppercase;
  font-weight:bold;
  color:#b8b6b6;
  letter-spacing:2px;
  font-size:13px;
}

.team-boxed .item .description {
  font-size:16px;
  margin-top:15px;
  margin-bottom:20px;
}

.team-boxed .item img {
  max-width:300;
  opacity:1;
}

.team-boxed .social {
  font-size:18px;
  color:#a2a8ae;
}

.team-boxed .social a {
  color:inherit;
  margin:0 10px;
  display:inline-block;
  opacity:0.7;
}

.team-boxed .social a:hover {
  opacity:1;
}

