@charset "UTF-8";

#staff+section .heading.block_header_2 .h img {
    max-width: 350px;
    width: 100%;
}

#staff+section .heading.block_header_2 p {
    font-size: 2rem !important;
}

@media screen and (max-width: 800px) {
    #staff+section .heading.block_header_2 .h img {
        max-width: 220px;
    }
}