.category-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
}

.category-posts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.category-main-posts {
    display: flex;
    justify-content: space-between;
}