@charset "UTF-8";

a[id^="staff"]+section .heading+.add_text {
    text-align: left;
    font-size: 2.2rem;
}

@media screen and (max-width: 800px) {
a[id^="staff"]+section .heading+.add_text {
    text-align: left;
    font-size: 1.5rem;
}
}