.gs-cs-related{background:var(--color-bg-muted);padding:5rem 1.5rem}.gs-cs-related__inner{margin:0 auto;max-width:var(--content-frame)}.gs-cs-related__cards{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}.gs-cs-card{background:var(--color-bg);border:0;border-radius:20px;color:inherit;display:flex;flex-direction:column;height:100%;overflow:hidden;text-decoration:none;transition:all .3s}.gs-cs-card:hover{box-shadow:0 12px 24px rgba(0,38,69,.1);transform:translateY(-6px)}.gs-cs-card__media{aspect-ratio:1200/627;background:#f0f1f4;overflow:hidden}.gs-cs-card__media img{display:block;height:100%;object-fit:cover;width:100%}.gs-cs-card__body{flex:1;padding:1.75rem 2rem 3rem}.gs-cs-card__label{color:var(--color-brand-accent);display:inline-block;font-size:.8125rem;font-weight:var(--weight-bold);letter-spacing:.08em;margin-bottom:.5rem;text-transform:uppercase}.gs-cs-card__title{color:var(--color-fg);font-size:var(--text-h5);font-weight:var(--weight-bold);line-height:var(--leading-normal);margin:0;text-wrap:pretty}@media (max-width:900px){.gs-cs-related__cards{gap:1.25rem;grid-template-columns:1fr;justify-items:center}.gs-cs-card{max-width:400px;width:100%}}@media (max-width:767px){.gs-cs-related{padding:3rem 1.5rem}.gs-cs-card__title{font-size:1.125rem}}