@media all and (min-width: 768px) {
    .prefooter__cards_item {
        width: calc((100% - 40px) / 3);
    }

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

@media all and (min-width: 992px) {
    .prefooter__has-decorative-elm {
        padding-bottom: var(--spacing-09);
    }

    .prefooter__cards_item {
        padding: calc(var(--spacing-07) - 4px);
    }

    .prefooter__has-decorative-elm:before {
        width: 153px;
        height: 150px;
        top: calc((var(--spacing-09) + 67px) * -1);
        ;
        left: -30px;
    }

    .prefooter__has-decorative-elm:after {
        bottom: -55px;
        right: 10px;
    }
}

@media all and (min-width: 1366px){
    .prefooter__has-decorative-elm:after {
        height: 215px;
        width: 66px;
    }
}

@media all and (min-width: 1440px) {
    .prefooter__has-decorative-elm:after {
        right: -65px;
    }
}