.category-items {
    flex-wrap: wrap;
}

.items-container {
    margin: 2rem auto 14rem auto;
}   

.category-items {
    justify-content: space-evenly;
}