/* --- CATEGORY LIST START --- */
.categoryList {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10% 0 10%;
}

    .categoryList a {
        padding: 10px !important;
        transition: all 0.2s ease-in-out;
    }

    .categoryList .category img {
        width: 100%;
        /*height: 225px;*/
        /*margin: 25px 0 25px 0;*/
        object-fit: contain;
        border-radius: 10px;
        transition: all 0.2s ease-in-out;
    }

        .categoryList .category img:hover {
            box-shadow: rgba(0, 0, 0, 0.18) 8px 4px 9px;
        }
/* --- CATEGORY LIST END --- */
