@charset 'UTF-8';
/*  Add Custom CSS here.  */


@media screen and (min-width: 768px) and (max-width: 1200px) {
    .section-staff .info_staff {
        padding-right: 30px !important;
        /* padding-left: 115px !important; */
    }

    .section-staff .info_staff .staff_name strong {
        margin-right: 20px !important;
    }

    .section-staff .info_staff .staff_name span {
        font-size: 28px !important;
    }

    .section-staff .info_staff .staff_footer ul li {
        margin-left: 15px !important;
    }
}

@media screen and (min-width: 321px) and (max-width: 413px) {
    .section-staff .info_staff .staff_name strong {
        font-size: 17px;
        margin-right: 35px;
    }

    .section-staff .info_staff .staff_name span {
        font-size: 19px;
    }
}