.header {
    position: relative;
    height: 200px;
}

.header-bg img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
    object-position: center bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.header .title-header {
    font-size: 32px;
    color: white;
    font-weight: 700;
    text-shadow: 0px 0px 10px #FFFFFF66;
}