.department-header-container {
    position: relative;
    width: 100vw;
    overflow: hidden;
    max-width: 100%;
    top: -4rem;
}

.department-image {
    width: 100%;
    display: block;
}

.department-image img {
    width: 100%;
    height: auto;
    display: block;
}

.breadcrumbs-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    color: white;
}

.department-title-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color: white;
    z-index: 5;
}

.overlay-title {
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
    padding: 0 20px;
    color: white;
}

.breadcrumbs-overlay a {
    color: white;
    text-decoration: none;
}

.breadcrumbs-overlay a:hover {
    text-decoration: underline;
}

.department-image figure {
    margin: 0;
    padding: 0;
    width: 100%;
}

.department-image figure img {
    width: 100%;
    height: auto;
    display: block;
}

.full-width-image {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    object-fit: cover !important;
    min-height: 400px;
}

.item-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.item-text {
    padding: 0 20px 20px;
}

.item-text p {  
    margin-bottom: 0;
}