#homecategoriez h4 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #ee7c00;
    font-weight: bold;
    font-size: 25px;
}

#homecategoriez img {
    border-style: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#homecategoriez .category-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    width: 120px;
}

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

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

#homecategoriez li {
    display: table-cell;
    width: auto;

}
