.cards{display:grid;gap:.8rem;grid-template-columns:repeat(4,1fr);padding-right:2rem;width:100%}.cards,.cards__card{box-sizing:border-box}.cards__card{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;max-height:460px;min-height:260px;padding:.7rem}.card__image{display:block;margin:0 auto}.card__image--auto{height:auto;max-width:100%}.card__image--fixed{height:auto;max-height:none;max-width:none;width:auto}.card__title{margin-bottom:.4rem;margin-top:.6rem;width:100%}.card__text{padding:.7rem;text-align:center;width:100%}@media (min-width:1024px){.cards{gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width:1400px){.cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.cards{grid-template-columns:1fr}}