.staff-container.staff-service {
    margin-top: 30px;
}

@media (width < 992px) {
    .staff-container.staff-service {
        justify-content: center;
    }
}

@media (990px < width < 1200px) {
    .staff-container.staff-service {
        gap: 40px;
    }
}

@media (width < 768px) {
    .staff-container.staff-service {
        gap: 10px;
    }
    
    .staff-service-wrap {
        margin-right: -45px;
        margin-left: -45px;
    }
}

@media (width <= 650px) {
    .staff-service-wrap {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (width < 576px) {
    .staff-container.staff-service .staff-items {
        width: 75%;
    }
}

@media (width <= 400px) {
    .staff-container.staff-service .staff-items {
        width: 90%;
    }
    .staff-container.staff-service {
        justify-content: center;
    }
}