.grzj-container-item {
    background: #F7F6F2;
    border-radius: 8px;
}

.grzj-container-item:hover {
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .12), 0 5px 12px 4px rgba(0, 0, 0, .09)
}

.grzj-img-container {
    width: 90px;
    height: 90px;
    background: url(../img/bg/grzj-img-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}