.similar,
.hottest,
.useful,
.most-popular,
.top-picks,
.best-value {
    margin-bottom: 118px;
}

.like {
    margin-bottom: 260px;
}

.card__no-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card__no-image .card {
    height: 360px;
}

.short-card .card-content {
    padding-top: 115px;
}

.like-cards,
.similar-cards,
.hottest-cards,
.useful-cards,
.most-popular-cards,
.top-picks-cards,
.best-value-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.card__no-image .short-card:last-child {
    margin-bottom: 0;
}

.short-card:last-child {
    margin-bottom: 0;
}


@media (max-width: 1302px) {

    .like h2,
    .similar h2,
    .hottest h2,
    .useful h2,
    .most-popular h2,
    .top-picks h2,
    .best-value h2,
    .like .article-container>p,
    .similar>p,
    .hottest>p,
    .useful>p,
    .most-popular>p,
    .top-picks>p,
    .best-value>p {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .like {
        margin-bottom: 130px;
    }

}

@media (max-width: 877px) {

    .like {
        margin-bottom: 130px;
    }

}