.underline{
    text-decoration: underline;
}

@media screen and (min-width:64em){

    .col-wide.col-wide--bg-two.col-wide-custom{
        padding-top: 4rem;
    }
}

@media screen and (max-width:767px){ /*31.25em */

    .single-person .c-person-content, .single-person .c-person-image {
        width: 100%!important;
        height: 100!important;
    }
    .single-person .c-person {
        display: block!important;
        align-items: center!important;
        width: 100%!important;
        background: #FFF;
        margin-bottom: 0!important;
    }
}