:root {
    --primary-color: #003087;
    --secondary-color: #cc0000;
}

.container{
    width: 86%;
    margin: auto;
}

button{
    cursor: pointer;
}

.staff-card {
    max-width: 100%;
}

.owl-carousel .owl-item .staff-card {
    margin: 0 auto;
}

.owl-carousel .owl-nav button {
    font-size: 24px;
    color: #333;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #333;
}
