.error404 .page-not-found { color: var(--sky-blue); margin-top: 84px; }
.error404 .page-not-found .content { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; min-height: calc(100vh - 569px); padding: 100px 20px 120px;}
.error404 .page-not-found h1 { font-size: 44px; font-weight: 700; }
.error404 .page-not-found p { font-size: 16px; margin-top: 30px; margin-bottom: 16px; text-align: center; }
.error404 .page-not-found a { display: flex; align-items: center; justify-content: center; gap: 8px; }
.error404 .page-not-found a i { font-size: 12px; }
.error404 .page-not-found figure { max-width: 420px; }
.error404 .page-not-found figure img { width: 100%; height: auto; }