.header {
    height: 400px;
    background-image: url('../../images/original-1458034c5e718d5a8eb0de51b9c0a33e.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.header__container {
    display: flex;
    align-items: center;
    height: 400px;
}
.header__content {
    z-index: 1;
}
.header__title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #16af9b;
    z-index: 110;
    margin-bottom: 1rem;
}
.header__desc {
    font-size: .8rem;
    font-weight: 500;
    color: #ccc;
    max-width: 800px;
    z-index: 1;
    line-height: 30px;
}
#overlay {
    width: 100%;
    height: 400px;
    position: absolute;
    background-color: #000000b0;
    z-index: 1;
}