@media only screen and (max-width: 1400px){
    .our-staff-content{
        max-width: unset !important;
    }
    .our-staff-content-text-wrapper{
        padding: 0 !important;
    }
}
@media only screen and (max-width: 768px){
    .our-staff-content-text-header{
        font-size: 12px !important;
    }
}