.cards-with-button .cards-with-button__bg {
    user-select: none;
    position: absolute;
    top: 0;
    right: 0;
}

.cards-with-button .cards-with-button__blocks {
    gap: 16px;
}

.cards-with-button .cards-with-button__block {
    padding: 32px 24px;
}

.cards-with-button .cards-with-button__block-title {
    font-size: 20px;
}

.cards-with-button .cards-with-button__text {
    line-height: 130%;
}
