.m-card-product{width:100%}.m-card-product__card{display:flex;flex-direction:column;height:100%;margin:.75rem 0}.m-card-product__container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.m-card-product__card__header{font-size:22px;font-weight:bolder;padding:.5rem 0 0}@keyframes pulseGlow{0%,to{opacity:.3}50%{opacity:.9}}.m-card-product__card__product{align-items:center;display:flex;height:100%;justify-content:center}.m-card-product__card__content{text-align:center}.m-card-product__card span,.m-card-product__card__content a{color:var(--primary-color);display:grid;height:100%;min-height:3.2rem;padding:15px;place-items:center;text-decoration:none;width:100%}@media screen and (max-width:1200px){.m-card-product__container{justify-content:space-evenly;width:100%}}@media screen and (max-width:500px){.m-card-product__card__content{font-size:var(--font-medium)}}