@media screen and (min-width: 768px) {
    .topStaffGridWr {
        grid-template-columns: repeat(1, 1fr);
        gap: 4.41%;
        justify-content: center;
    }
}