/* Homepage categories */
@media screen and (min-width: 550px) {
    .homePageCategories .listWrapper {
        justify-content: space-around;
    }
}

@media screen and (max-width: 1279px) {

    .homePageCategories .listWrapper .listItem {
        max-width: 40%;
    }
}

@media screen and (max-width: 549px) {

    .homePageCategories .listWrapper .listItem {
        max-width: 100%;
        width: 100%;
    }

    .homePageCategories .listWrapper .listItem:not(:last-of-type) {
        margin-bottom: 1.5rem;
    }

}