.team h3{
  font-family: "Yeseva One";
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
  margin-top: 15px;
}

.team-body{
    border: 1px solid #d3d3d3;
    padding-bottom: 20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    height: 100%;
}
.team-img{
    border: 1px solid #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.team-img .img-fluid{
    height: 200px;
    width: 100%;
}
.team-details h5{
      font-family: "Segoe UI ";
  font-size: 18pxpx;
  font-weight: 600;
  text-align: center;
  color:#000;
  margin-bottom: 15px;
  margin-top: 15px;
}
.team-details p{
     font-family: "Segoe UI ";
  font-size: 16pxpx;
  font-weight: 600;
  text-align: center;
  color:#000;
  margin-top: 10px;
  margin-bottom: -2px;
}
.icon{
    margin-left: 110px;
    margin-bottom: 10px;
    border: 1px solid #000;
    border-radius: 3px;
    padding-left: 4px;
    padding-right: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}
@media(max-width:767px){
    .icon{
        margin-left: 163px;
}
.team-body {
    height: none; 
    margin-top: 10px;
}
}