﻿.HomeCat .items-holder {
    padding: 6rem 0;
}

.HomeCat .items-holder .cat-item {
    margin: 1rem 2rem;
}

.HomeCat .items-holder .cat-item .img-box {
    width: 74px;
    height: 74px;
    margin: auto;
}

.HomeCat .items-holder .cat-item .img-box img {
    width: 100%;
    height: 100%;
}

.HomeCat .items-holder .cat-item .title {
    font-size: 1rem;
    color: #000;
    margin-top: 1rem;
}

@media (max-width: 480px) {
    .HomeCat .items-holder .cat-item {
        min-width: 6.5rem;
        margin: 1rem 0.5rem;
        white-space: normal;
        text-align: center;
    }
}