.departments {
    height: auto !important;
    min-height: 860px;
    overflow: hidden;
}

.departments-item__carousel .owl-nav {
    display: none !important;
}

@media (max-width: 991px) {
    .departments {
        min-height: 800px;
    }
}

@media (max-width: 639px) {
    .departments {
        min-height: 760px;
    }
}
