#homecategoriez {
    width: 100%;
}

#homecategoriez .main-menu {
    max-width: 815px;
    margin: 0 auto;
}

#homecategoriez h4 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

#homecategoriez img {
    /* border: 1px solid #D1D1D1; */
    background-color: #e7f0f0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#homecategoriez img:hover, #homecategoriez li.current img {
    border: 1px solid #4d8888;
}

#homecategoriez .category-title {
    font-size: 12px;
    font-weight: normal;
    padding: 6px 0 0;
    text-align: center;
    margin-bottom: 0;
}

#homecategoriez .category-description {
    text-align: center;
    height: auto;
    line-height: 15px;
}

#homecategoriez .category-description a {
    font-size: 12px;
    color: #232323;
}