/* 404 CE */

.ce-404 {
    padding: 1rem 0;
    background: var(--color-secondary-10);
}

.ce-404-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
    .ce-404-content-left {
        padding-top: 8rem;
    }
    .ce-404 img {
        max-width: 350px;
    }
    .ce-404 h1 {
        max-width: 20ch;
        margin-bottom: 5rem;
    }
    .ce-404 p {
        max-width: 33ch;
        line-height: var(--line-height-32);
        font-size: var(--font-size-24);
    }
}

@media (max-width: 992px) {
    .ce-404 {
        padding: 1rem;
        padding-bottom: 0;
    }
    .ce-404 h1 {
        max-width: 20ch;
        line-height: var(--line-height-30);
        font-size: var(--font-size-18);
        font-weight: bold;
        font-family: var(--secondary-font-family);
    }
}
