#leadership{
    margin-bottom: 60px;
}
.profile-content{
    margin: 30px 30px 30px 30px;
}
.profile-content img{
    width: 100%;
    height: auto;
}
.about .page-header{
    font-size: 5.5rem;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 2px;
}
.about-body{
    text-align: center;
}
.profile-header{

}
.about .page-header.profile-section{
    margin-top: 120px;
}
.parent-company-links{
    display: block;
}
.parent-company-links img{
    width: 100%;
    height: auto;
    width: 200px
}
.profile-content{
    border-radius: 0;
    border-color: #000;
}
.profile-name{
    font-weight: bolder;
    font-size: 19px;
    margin-bottom: 0;
}
.profile-middle_block{
    text-align: center;
}
.profile-position{
    font-size: 13px;
    display: block;
    height: 3rem;
    margin-top: 0.5rem;
    margin-bottom: 10px !important;
}
.company-logos{
    margin-top: 90px;
}
@media (max-width: 767.97px){
    .about .page-header{
        font-size: 3.75rem;
    }
    .parent-company-links img{
        width: 130px;
    }
}