.section-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.section-heading p{color:var(--muted)}

.error-page{min-height:620px;padding:5rem 20px;display:grid;place-items:center;text-align:center;background:radial-gradient(circle at top,#fff,#f6f8fb)}
.error-page span{display:block;color:var(--primary);font-size:clamp(5rem,15vw,10rem);font-weight:800;line-height:1}
.error-page h1{font-size:clamp(2rem,5vw,3.5rem)}
.error-page p{margin:.7rem 0 1.8rem;color:var(--muted)}

@media(max-width:760px){.section-heading{align-items:flex-start;flex-direction:column}
}

