.prefooter {
    padding-top: var(--spacing-09);
    padding-bottom: 0;
}

.prefooter__has-decorative-elm {
    padding-bottom: var(--spacing-08);
}

.prefooter__cards_item {
    padding: 33px 25px;
    width: 100%;
}

.prefooter__cards_item:nth-child(2) {
    margin: var(--spacing-04) 0;
}

.prefooter__cards_content {
    width: 100%;
    margin-bottom: var(--spacing-04);
}

.prefooter__cards_title {
    margin-top: 10px;
}

.prefooter__has-decorative-elm:before {
    background: url(../../../images/decorative-items/stars.svg) no-repeat center center / contain;
    width: 117px;
    height: 116px;
    top: calc((var(--spacing-09) + 65px) * -1);
    left: 10px;
}

.prefooter__has-decorative-elm:after {
    background: url(../../../images/decorative-items/black-curly.png) no-repeat center center/contain;
    height: 215px;
    width: 66px;
    bottom: -115px;
    right: 0px;
    z-index: 1;
}

.prefooter__cards_icon {
    height: 50px;
}