@media only screen and (max-width: 540px) {
    .team-box, #progressbar li, .previous-form, .next-form, .list-single-header-contacts li {
        width: 100% !important;
    }
}
@media only screen and (max-width: 1137px) {
    .team-box, .three-columns-grid .listing-item {
        width: 50%;
    }
}
.team-box {
    float: left;
    width: 50%;
    position: relative;
    padding: 10px 4px;
}

.team-holder.section-team {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.section-team .team-box {
    padding: 10px 8px;
    display: flex;
}

.team-photo {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 6px;
}
.team-info-desc, .team-info-contact {margin-top: 10px;}
.section-team .team-photo {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.team-info {
    float: left;
    width: 100%;
    text-align: left;
}

.section-team .team-info {
    border: 1px solid #eee;
    padding: 20px 30px 20px 30px;
    border-top: none;
    position: relative;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.team-info p {
    margin: 0;
}

.team-info h3 , .team-info h4 {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
}
.team-info-position {font-size: 80%;line-height: 1.1;}
.team-info h4 {
    font-size: 11px;
    color: #666;
}

.team-social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 30px;
}

.team-social ul {
    float: left;
}

.team-social li {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
}

.team-social li a:hover {
    color: #999;
}

.team-contact_link {
    float: right;
    width: 60px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-left: 1px solid rgba(0,0,0,0.21);
    box-sizing: border-box;
    text-align: center;
}

.team-dec {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 26px;
    z-index: -1;
    color: #ADC7DD;
}
.team-photo .respimg {width: 100%;}
