.mm-cards{--mm-card-size:256px;--mm-card-gap:60px 30px}.mm-cards--container{display:grid;gap:var(--mm-card-gap);grid-template-columns:repeat(auto-fill,minmax(var(--mm-card-size),1fr))}.mm-card>*{margin:0}.mm-card img{height:auto;max-width:100%;object-fit:cover;width:100%}.mm-card h3{line-height:1.2;margin-top:.8em}.mm-card .button,.mm-card p{margin-top:1em}@media (max-width:600px){.mm-cards--container{gap:30px;grid-template-columns:repeat(1,1fr);justify-items:center}}