.banner__inner {
    border-radius: 12px;
    padding: 195px 40px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.70)), to(rgba(0, 0, 0, 0.70))), url('../image/banner.webp'), lightgray 50% / cover no-repeat;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../image/banner.webp'), lightgray 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url('../image/banner.webp'), lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
}

.banner__title {
    font-size: 39px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
}

.banner__descr {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    text-align: center;
}