.department-header{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
    position:relative;
}

.department-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(2 122 98 / 39%);
    z-index:1;
}

.department-header #sublogo{
    position:relative;
    z-index:2;
}

.department-header .container{
    display: flex;
    align-items: end;
    padding-bottom:30px;
    height: 100%;
}