.wrap__logoHeader .logo__title {
    font-size: 2.2em;
    margin-top: 35px;
}
.staff-member__position {
    font-style: italic;
}
.staff-member__name {
    font-weight: 700;
}
.staff-member__description {
    display: table;
}


















@media (max-width:767px){
    .wrap__logoHeader .logo__title {
        font-size: 1.5em;
    }
}