.autofit-card-row{display:grid;gap:32px;grid-template-columns:repeat(3,1fr);min-height:0;padding:64px 0 32px}.autofit-card{border:1px solid var(--color-border);border-radius:6px;margin-bottom:auto;padding:32px}.client-avatar{border-radius:100px;height:60px;margin-bottom:16px;overflow:hidden;width:60px}.client-avatar img{height:60px!important;object-fit:cover}.avatar-sub-header{margin-bottom:16px}@media only screen and (max-width:1160px){.autofit-card-row{grid-template-columns:repeat(1,1fr);margin:0 auto;max-width:640px}}