.team-box-module .row-flex{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    
}

.team-box-module .item_wrapper{
   max-width:500px;
   margin:0 auto;
    border: 2px solid #569BD4;
    border-radius: 0px;
    box-shadow: 0 5px 10px 0px #666666;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    transition: all 500ms ease 0s;
}

.team-box-module .item_wrapper .image-wrapper{
    max-width:500px;
    max-height: 500px;
    position:relative;
    overflow:hidden;
    border-radius:5px;
    margin-bottom:25px;
    text-align:center;
}

.team-box-module .item_wrapper .image-wrapper img{
    border-radius:5px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.team-box-module .item_wrapper .content-wrapper{
    text-align:center;
}
.team-box-module .item_wrapper .content-wrapper .fullname h2{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;;
  font-family: 'Open Sans', arial, sans-serif;
}


.team-box-module .item_wrapper .content-wrapper .position i{
    font-size: 20px;
    color: #00a99d;
    font-weight: 700;
    cursor: pointer;
    text-align:right;
}
.team-box-module .item_wrapper .content-wrapper .position h3{
    color: #569BD4;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
  font-family: 'Open Sans', arial, sans-serif;
}

.team-box-module .item_wrapper .content-wrapper .desc{
    display:none;
    overflow:hidden;
}
.team-box-module .item_wrapper .content-wrapper .desc p{
    font-size: 15px;
    color: #1c1c1c;
    margin: 0;
    margin-bottom: 25px;
    line-height: 25px;
}

.team-box-module .item_wrapper:hover .social_media_wrapper{
    bottom:50px;
}


.team-box-module .item_wrapper .social_media_wrapper ul li:hover a i{
    color:#569BD4;
}

.team-box-module .item_wrapper .social_media_wrapper ul li:hover a{
    background:#ffffff;
}
.team-box-module .social_media_wrapper{
    position:absolute;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
     transition: all 500ms ease 0s;
    width:100%;
}
.team-box-module .social_media_wrapper ul li {
    display: inline;
    padding:10px;
}
.team-box-module .social_media_wrapper ul li a{
    display: inline-block;
    border-radius: 50%;
    background: #569BD4;
    width: 20px;
    height: 20px;
    padding: 5px;
    box-shadow:0px 2px 3px #000000;
}


.team-box-module .social_media_wrapper ul li a i{
    font-size:15px;
    color:#ffffff;
}

.four-col-team-box-module .col{
    width:20%;
    margin:20px;
}

.four-col-team-box-module .col:nth-child(4n+1){
    margin-left:0;
}

.four-col-team-box-module .col:nth-child(4n){
    margin-right:0;
}

.three-col-team-box-module .col{
    width:31%;
    margin:20px;
}

.three-col-team-box-module .col:nth-child(3n) {
    margin-right: 0;
}

.three-col-team-box-module .col:nth-child(3n+1) {
    margin-left: 0;
}

@media (max-width:900px){
    .four-col-team-box-module .row-flex{
        
    }
    .four-col-team-box-module .col{
        width:40%;
        margin-bottom:30px;
    }
    
    .four-col-team-box-module .col:nth-child(4n+1){
      margin-left:30px;
    }

    .four-col-team-box-module .col:nth-child(4n){
        margin-right:30px;
    }
  
    .four-col-team-box-module .col:nth-child(even){
        margin-right:0;
    }
  
    .four-col-team-box-module .col:nth-child(odd){
        margin-left:0;
    }
  
    
}

@media (max-width:800px){
    .three-col-team-box-module .col{
        width:100%;
        margin:0 0 30px 0 !important;
    }
  
}

@media (max-width:600px){
    .four-col-team-box-module .row-flex{
        
    }
    .four-col-team-box-module .col{
        width:100%;
        margin:0 0 30px 0 !important;
    }
}