.text-banner__wrapper {
    border-radius: 20px;
    background-color: var(--primary-20);
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.text-banner + .section {
    margin-top: 20px
}

@media (min-width: 1240px) {
    .text-banner__wrapper {
        padding: 30px 70px;
        min-height: 234px
    }

    .text-banner + .section {
        margin-top: 30px
    }
}
