/* Header */
.out.about .promo {
    background: #6FCCD4;
}

.out.about .section__title {
    color: #6FCCD4;
}

.out.about .section__link.active {
    border-color: #6FCCD4;
    color: #6FCCD4;
}

.out.about .btn_custom {
    border-color: rgba(111, 204, 212, 0.4);
    color: #6FCCD4;
}

.out.about .btn_custom:hover {
    background: #6FCCD4;
    color: #FFF;
}

/* Beliefs */
.beliefs div:last-child, .beliefs div:nth-last-child(2) {
    margin-bottom: 0;
}

/* Leadership */
.people {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.people-col {
    margin: 0 27px 26px 0px;
    -webkit-flex: 1 0 calc(33.33% - 27px);
    -ms-flex: 1 0 calc(33.33% - 27px);
    flex: 0 0 calc(33.33% - 27px);
}

.people-col-featured {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0;
}

.people-col-double-left {
    margin: 0 27px 0 15%;
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
}

.people-col-double-right {
    margin: 0 15% 0 0;
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
}

.people-individual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.people-col-featured .people-individual {
    justify-content: center;
}

.people-individual-picture-wrapper {
    margin-right: 30px;
    -webkit-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
}

.people-individual-picture-wrapper.featured {
    flex: 0 0 250px;
}

.people-individual-picture {
    display: block;
    max-width: 100%;
}

.people-individual-monogram-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 130px;
    background: #6FCCD4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.people-individual-monogram {
    text-align: center;
    color: #ffffff;
    font-size: 4em;
}

.people-individual-name {
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 1.4;
}

.people-individual-description {
    opacity: .7;
    font-size: 16px;
    line-height: 1.375;
}

.people-individual-sub-description {
    font-size: 12px;
}

@media only screen and (max-width: 1023px) {
    /* Leadership */
    .people-col {
        margin: 0 0 20px;
        -webkit-flex: 1 0 calc(50% - 27px);;
        -ms-flex: 1 0 calc(50% - 27px);
        flex: 0 0 calc(50% - 27px);
    }

    .people-col-featured {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin: 0;
    }

    .people-col-featured .people-individual {
        justify-content: left;
    }
}

@media only screen and (max-width: 767px) {
    /* Beliefs */
    .beliefs div:nth-last-child(2) {
        margin-bottom: 5px;
    }

    /* Leadership */
    .people {
        display: block;
        margin: 0;
    }

.people-individual-picture-abt2 {
    width: 40px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%; /* optional, if you want circular images */
}

    .people-individual-picture-wrapper {
        margin-right: 20px;
        -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
    }

    .people-individual-monogram-wrapper {
        height: 70px;
    }

    .people-individual-monogram {
        font-size: 2em;
    }

    .people-individual-name {
        margin: -5px 0 4px;
    }
}