/* header section */

.not-found-header .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 182px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-found-header .container h1 {
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 88px;
    letter-spacing: -3.2px;
    text-align: center;
    padding: 0 0 24px 0;
}


.not-found-header .not-found-quote {
    color: #fff;
    font-size: calc(18rem / 16);
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    opacity: 0.6;
    max-width: 800px;
    padding-bottom: 32px;
}

@media screen and (max-width: 1024px) {
    .not-found-header .container {
        max-width: unset;
        padding: 50px 16px;
    }

    .not-found-header .container h1 {
        font-size: calc(40rem / 16);
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -1.2px;
        text-align: left;
        padding: 0 0 10px 0;
    }

    .not-found-header .not-found-quote {
        font-size: 1rem;
        line-height: 24px;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .not-found-header .container {
        align-items: start;
    }
}
