.catitem__name_product {
    width: 100%;
    text-align: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    height: 80px;
    justify-content: center;
    position: relative;
}
.catitem__image_product img {
    background: #FFFFFF;
    width: 100%;
    max-height: 170px;
    min-height: 170px;
    object-fit: contain;
}