.staff-member__description {
    text-align: justify;
    white-space: pre-line;
}

@media (min-width: 1025px) { 
    .wrap__logo {
        top: 210px;
        right: 8%;   
    }
}

@media (max-width: 767px) {
    .logo__summary {
        text-align: center !important;
    }
    .wrap__locationsHeader .location {
        white-space: unset;
        padding: 5px 22px 0 0;
    }
}

@media (max-width: 1024px) {
    .wrap__locationsHeader .location {
        font-size: 15px !important;
    }
}
.wrap__logo .logo__description {
    font-size: 25px;
}

