/** ============================== OUR TEAM ============================== **/

.our-team-template,
.person-individual-container {
    max-width: 1200px;
    width: 90%;
    margin: 20px auto;
}

.our-team-template .team-main,
.person-individual-container .person-main {
    position: relative;
    float: none;
    display: block;
    width: auto;
}

.our-team-template p,
.person-individual-container p {
    margin-top: 15px;
}

.our-team-template h2 + p,
.person-individual-container h2 + p {
    margin-top: 0;
}

.our-team-template .swp_social_panel,
.person-individual-container .swp_social_panel {
    display: none;
}

.our-team-wrapper h1,
.person-individual-container h1 {
    margin: 30px 0;
}

.our-team-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.our-team-item {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    margin-bottom: 35px;
    padding: 20px;
    background: #ecf5f4;
}

@media screen and (max-width: 768px) {
    .our-team-item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 620px) {
    .our-team-wrapper h1 {
        margin: 40px 0;
    }

    .our-team-item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
}

.our-team-item .bio-container {
    text-align: center;
    min-height: 250px;
}

.our-team-item .bio-container p {
    color: #000;
}

.our-team-item .profile-name,
.our-team-item .profile-title {
    text-align: center;
    font-size: 20px !important;
    margin: 10px 0;
    font-family: "Roboto", sans-serif;
}

.our-team-item .profile-credentials {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.person-credentials span::after,
.our-team-item .profile-credentials span::after {
    content: ' | ';
}

.person-credentials span:last-child::after,
.our-team-item .profile-credentials span:last-child::after {
    content: '';
}

.profile-pic-container {
    position: relative;
    width: 100%;
    height: 300px;
    background: #e0f2f1;
    overflow: hidden;
}