.related-projects__head{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem}.related-projects__heading{color:rgb(var(--color-tertiary,26,58,42));font-family:var(--h2-font-family,georgia,palatino);font-size:clamp(1.7rem,1.3rem + 1.6vw,2.4rem);font-weight:700;margin:0}.related-projects__grid{column-gap:var(--column-gap,2.13%);display:grid;grid-template-columns:repeat(var(--_cols,3),minmax(0,1fr));row-gap:var(--_gap,2rem)}.related-projects .project-tile--filled,.related-projects .project-tile__media{box-shadow:var(--_shadow,0 8px 24px -8px rgba(15,27,42,.18))}.related-projects .project-tile--filled{background:var(--_surface,rgb(var(--theme-card-background-base,var(--color-background-alt,246,251,243))));border-radius:var(--media-radius,7px);overflow:hidden;padding-bottom:1.25rem}.related-projects .project-tile--filled .project-tile__media{border-radius:0;box-shadow:none}.related-projects .project-tile--filled .project-tile__body{padding:1rem 1.25rem 0}.related-projects--empty{border:2px dashed;border-radius:var(--card-radius,7px);opacity:.6;padding:2rem;text-align:center}@media (max-width:899px){.related-projects__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:579px){.related-projects__grid{grid-template-columns:minmax(0,1fr)}.related-projects__head{align-items:flex-start;flex-direction:column}}