.image-item-card {
    background: #fff;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    line-height: 0;
    padding: 15px;
    min-height: 230px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom: none;
}
.content-item-card {
    padding: 30px;
    padding-top: 25px;
    color: #000;
}
.main-item-cards-module:hover .title-item-card-grid {
    color: var(--greenscale);
}
.main-item-cards-module {
    display: block;
    background: #F7F7F7;
    height: 100%;
}
.content-item-cards-module {
    height: 100%;
    padding-bottom: 30px;
}