.Header__searchSection {
    min-height: 420px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.Header__searchSection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 1;
}

.Header__searchSection .Header__container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-left: auto;
    margin-right: 7%;
    text-align: center;
}

.Header__searchTitle {
    text-align: center;
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 3px 12px rgba(0,0,0,.45);
}

.Header__description {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,.45);
}
