﻿.custom_team2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 -15px 100px;
    text-align: center;
}
.custom_team2 .ourteam{
    flex: 0 0 33.3333%;
    padding: 15px;
}
.custom_team2 .teamshort-img{
    border: 1px solid #e1e6f1;
    padding:60px 30px 50px;
    border-radius: 3px;
    height: 100%;
}

.custom_team2 img {
    border-radius: 50%;
    width: 244px;
    height: 244px;
    object-fit: cover;
    margin-bottom: 45px;
    object-position: center top;
}

.custom_team2 .cont {
    line-height: 1.8;
    max-height: calc(2em * 1.8);
    overflow: hidden;
width:100%;
    
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.custom_team2 .cont p {
    margin: 0 !important;
}

.custom_team2 .teamshort-c>h2 {
    font-size: 24px;
    color: #2e323c;
    margin-bottom: 25px;
}
.custom_team2 .teamshort-c>h2 span{
    font-size: 18px;
    margin: 7px 0 0;
    display: block;
}


.custom_team2 .link-more{
    margin-top: 17px;
    font-size: 20px;
}
.custom_team2 .link-more a::after{
    content: "";
    width: 9px;
    height: 9px;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    display: inline-block;
    transform: rotate(-45deg);
    margin: 0px 0 2px 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom_team2 img{
        zoom: 0.8;
    }
}
@media only screen and (max-width: 991px) {

    .custom_team2 {
        margin-bottom: 60px;
    }
    .custom_team2 .ourteam{
        flex: 0 0 50%;
    }

}

@media only screen and (max-width: 767px) {
    .custom_team2 .ourteam{
        flex: 0 0 100%;
    }
}

.mfp-container .white-popup{
    max-width: 735px;
    padding: 45px;
    border-radius: 5px;
}