.accred-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--la-sp-3)}@media (max-width:980px){.accred-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.accred-grid{grid-template-columns:1fr}}.accred-card{display:flex;flex-direction:column;align-items:flex-start;gap:var(--la-sp-2);padding:var(--la-sp-3);background:#fff;border:1px solid var(--la-border);border-radius:0}.accred-card__logo{display:flex;align-items:center;height:4.5rem}.accred-card__logo img{max-height:100%;max-width:11rem;width:auto;height:auto}.accred-card__title{font-family:var(--la-font-head);font-weight:var(--la-bold);font-size:var(--la-fs-h4);color:var(--la-ink);margin:0}.accred-card__desc{color:var(--la-muted);font-size:var(--la-fs-small);line-height:1.5;margin:0;flex-grow:1}.accred-card__cert{display:inline-flex;align-items:center;gap:.4em;color:var(--la-blue);font-size:var(--la-fs-small);font-weight:var(--la-medium);text-decoration:none;border-top:1px solid var(--la-border);padding-top:var(--la-sp-2);margin-top:auto;width:100%}.accred-card__cert:focus-visible,.accred-card__cert:hover{text-decoration:underline}.accred-card__cert::after{content:'';width:.6em;height:.6em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);margin-left:auto}.accred-more{margin-top:var(--la-sp-4);color:var(--la-muted)}.accred-more a{color:var(--la-blue)}