.peopleSection_block {
    background: rgba(0, 0, 0, 0.88);
}

.peopleSection_block div {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

@media (max-width: 960px) {
    .peopleSection_block div {
        flex-wrap: wrap;
    }
}

.dr_callout {
    font-size: 16px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
}

.dr_callout .doctorBio {
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.dr_callout .doctorBio h2 {
    color: #fff;
    font-size: 26px;
    margin: 20px 0;
    font-weight: 700;
}

.dr_callout .doctorBio h2:after {
    content: "";
    height: 1px;
    background-color: #fff;
    display: block;
    width: 45px;
    margin-top: 10px;
}

.dr_callout .doctorBio p {
    margin: 0;
    font-family: "proxima_nova_light", arial, sans-serif;
    letter-spacing: 1.2px;
    line-height: 1.42857143;
}

.dr_callout .doctorPicture {
    display: inline-block;
    vertical-align: middle;
}

.defaut-img {
    height: 100%;
    width: 100%;
}

.img-doc {
    min-width: 215px;
    position: relative;
    bottom: -20px;
    right: 0px;
}