.team-boxed {
  color: #313437;
  /*background-color: #eef4f7;*/
}

.team-boxed p {
  color: #727272;
}

.team-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .team-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.team-boxed .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.team-boxed .intro p {
  margin-bottom: 0;
}
.team-boxed .item {
  text-align: center;
}

.team-boxed .item .box {
  text-align: center;
  padding: 0px 15px 15px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.team-boxed .item .box-img{
  width: 170px;
  height: 95px;
  background-color: #fff;
  margin:20px auto;
  border: 1px solid #CAF7B7;
}
.team-boxed .item .box-img img {
  max-width: 100%;
  max-height: 100%;
}
.team-boxed .item .box:hover {
  padding-bottom: 45px;
  transform: scale(1.02);
  box-shadow: 0px 8px 20px rgba(10, 88, 43, 0.6), 0px 12px 30px rgba(10, 88, 43, 0.3); 
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  /* background-color: #d1d1d1; */
}

.team-boxed .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}

.team-boxed .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #d0d0d0;
  letter-spacing: 2px;
  font-size: 13px;
}

.team-boxed .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  max-height: 40px;
  font-family: 'Roboto';
  text-align: center;
  transition: all 0.5s ease;
}
.team-boxed .item .box:hover .description{
  max-height: 130px;
}
.team-boxed .item .card-btn{
  width: 100%;
  background-color: #1a7c46;
  position: absolute;
  left: 0px;
  bottom: -100px;
  transition: all 0.4s ease-in-out;
}
.team-boxed .item .card-btn>a{
  display: block;
  color: #DDDDDD;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.team-boxed .item .card-btn>a:hover{
  font-weight: 600;
  color:#FFFFFF;
}
.team-boxed .item .box:hover .card-btn{
  bottom: 0px;
}
.team-boxed .social {
  font-size: 18px;
  color: #a2a8ae;
  padding: 10px;
}

.team-boxed .social>a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
}

.team-boxed .social>a:hover {
  opacity: 1;
}