.background__inner {
    position: relative;
    width: 100%;
    height: 400px;
}

.background__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 50, 69, .35);
    z-index: 1;
}

.background .image {
    height: 400px;
}

.background__wrap {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 0 3px 0;
    color: #fff;
    font-family: var(--en-font);
    letter-spacing: 0;
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.background__text {
    white-space: nowrap;
}