.net>img {
     width: 100%
}


.content-team {
     background: #bebebe;
     padding: 2% 4% 2% 5%;
     
}

.content-team > h4{
     margin: 0;
}

.cont-img-net > img{
     width: auto;
     position: absolute;
     bottom: 0;
     max-width: 340px;
     right: 3px;
     height: 100.5%
}

.cont-img-net{
     background: linear-gradient(90deg, transparent 60%, rgba(190,190,190,1) 90%);
     padding: 0;
}


.team>.content>h5 {
     color: #202020
}

.net:before {
     background: #bebebe;
     content: '';
     width: 30%;
     height: 100%;
     position: absolute;
     top: 0;
     right: 0%;
}

.img-content {
     background-size: contain;
     display: inline-block;
     width: 110%;
     height: 110%;
     content: "";
     position: absolute;
     bottom: 0;
     left: -17%;
     background-repeat: no-repeat;
     max-width: 340px;
}


.content-team > p {
     font-size: 1.2rem;
     line-height: 1.8rem;
}

@media (max-width: 768px){

     .mt-mob{
          margin-top:12%
     }
     
     .content-team {
          background: #bebebe;
     }

     .team > .content > h4 {
          text-align: center;
          margin: 0.7rem;
     }

     .team > .content {
          background: #bebebe;
          width: 100%;
          padding: 50% 10% 10%;
          margin-top: -49%;
          text-align: left;
      }

     .team{
          padding: 2%;
     }

     .slick-prev:before, .slick-next:before {
          font-size: 26px;    
          color: #000;
     }
}
