#content{
    margin-top: 0;
}
.team {
    overflow: hidden;
    position: relative;
     padding-bottom: 16.5vh;
    padding-top:7vh;
    background-color: #EAECED;
}
.team::before {
    position: absolute;
    bottom: 0;
      left: -80px;
    right: 0;
    height: 578px;
    background: url(img/bg-team.png) no-repeat;
    content: "";
}
.team .title {
    font-size: 24px;
    margin-bottom: 9vh;
    letter-spacing: 5.625px;
}
.team .title {
    text-align: center;
    font-weight: 700;
    line-height: 1.26;
    color: #2C3033;
}
.team .team-group {
    position: relative;
}
.team__list {
    padding-left: 9.5vw;
    padding-right: 9.5vw;
    margin: 0 -23px;
    position: relative;
}
.team__list-item {
   padding: 0 23px;
    outline: none;
}
.team__list-item .item-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.team__list-item .wrap-img {
    position: relative;
    padding-top: 130%;
    height: 0;
}
.team__list-item .wrap-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
-o-object-position: center;
object-position: center;
-o-object-fit: cover;
object-fit: cover;
}
.team__list-item .wrap-info {
	 margin-left: 31.5px;
    margin-right: 31.5px;
    margin-top: -60px;
    text-align: center;
    position: relative;
    z-index: 2;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}
.team__list-item .wrap-info::before {
    position: absolute;
    left: -31.5px;
    right: -31.5px;
    top: 60px;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(#000000),color-stop(10%,#000000),color-stop(80%,transparent),to(transparent));
    background: -o-linear-gradient(top,#000000 0%,#000000 10%,transparent 80%,transparent 100%);
    background: linear-gradient(to bottom,#000000 0%,#000000 10%,transparent 80%,transparent 100%);
    content: "";
    opacity: .28;
}
.team__list-item .wrap-info .info-inner {
    padding: 15px 10px 20px 10px;
}
.team__list-item .wrap-info .info-inner {
    position: relative;
    background-color: #fff;
    z-index: 3;
   min-height: 438px;
}
.team__list-item .wrap-info .icon {
    width: 10px;
    margin: auto;
    padding-bottom: 22.5px;
}
.team__list-item .wrap-info .name {
    font-size: 16px;
    font-weight: 700;
    color: #2C3033;
    line-height: 1.25;
    margin-bottom: 2px;
}
.team__list-item .wrap-info .position {
    font-size: 11px;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: .8px;
}
.team__list-item .wrap-info .position::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-color: #000;
    content: "";
}
.team__list-item .wrap-info .comment {
    font-size: 14px;
}
 .slider {
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
    }
    
    .slick-active {
    }

    .slick-current {
      opacity: 1;
    }
    
  @media only screen and (max-width:960px) {  
    .team__list-item {
    margin-bottom: 10px;
}
  }