.wa-mini-banner {
    margin-top: 130px;
}

.wa-mini-banner__wrapper {
    overflow: hidden;
    width: 100%;
    height: 305px;
    position: relative;
    background: linear-gradient(142.92deg, #252525 1.67%, #131313 99.01%);
    box-sizing: border-box;
    padding: 50px;
}

.wa-mini-banner__wrapper__background {
    height: 100%;
    position: absolute;
    top: 0;
    right: -26px;
    filter: brightness(0.7);

}

.wa-mini-banner__wrapper__content {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 200px;
}


@media screen and (max-width: 750px) {
    .wa-mini-banner__wrapper {
        padding: 30px;
    }
}
