/*.heading-1{*/
/*    font-size: 2rem;*/
/*    color: rgb(8,60,119);*/
/*    text-align: center;*/
/*    font-weight: 600;*/
/*    margin-bottom: 5rem;*/
/*}*/

.text-1{
    font-size: 1.4rem;
    line-height: 1.7em;
    margin-bottom: 6rem;
}

.person-box{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 1.7em;
    border-left: 5px rgba(8,60,119,0.75) solid;
}

.person-photo{
    max-width: 11.5rem;
    height: auto;
}

.person-text-box{
    max-width: 400px;
}

.person-text-name{
    text-align: left;
}

.person-text-name a{
    color: black;
}


@media only screen and (max-width: 990px) {
    .person-box{
        border-left: none;
    }
    .person-photo{
        margin-bottom: 2rem;
    }
    .person-text-name{
        text-align: center;
    }
}

