.md-card-pizza {
    padding: 0 8px;
}

.md-card-pizza .md-title {
    font-size: 1rem;
    min-height: 34px;
    display: flex;
    align-items: center;
    place-content: center;
}

.md-ingredients {
    text-align: center;
    font-size: 0.8rem !important;
    max-height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.md-ingredients:hover, .md-ingredients:active, .md-ingredients:focus {
    overflow: initial;
    max-height: 100%;
    display: block;
  
}
