.vse-novosti__post-card {
    width: calc(97% * 0.335);
}

.vse-novosti__post-card.card-xl {
    margin-right: 1rem;
}

.vse-novosti__post-card.card-xl:nth-child(3n + 3) {
    margin-right: 0 !important;
}

.vse-novosti__post-card.card-xl .post-card-body {
    min-height: 355px;
}

@media (max-width: 1400px) {
    .vse-novosti__post-card {
        width: calc(96% * 0.332);
    }

    .card-xl .post-card-body {
        height: 370px;
    }
}

@media (max-width: 1199px) {
    .vse-novosti__post-card {
        width: calc(95% * 0.333);
    }

    .card-xl .post-card-body {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .vse-novosti__post-card {
        width: 100% !important;
    }

    .card-xl .post-card-body {
        min-height: 300px !important;
        height: 300px;
    }
}