.notFound__title {
    font-family: var(--quicksand);
    color: var(--color-primary);
    font-weight: bold;
    font-size: var(--fs-18);
}

.notFound__subtitle {
    font-family: var(--quicksand);
    color: var(--color-primary);
    font-weight: bold;
    font-size: var(--fs-18);
    margin-bottom: 34px;
}

.notFound__text {
    font-family: var(--quicksand);
    color: var(--color-primary);
    font-weight: bold;
    margin: 0;
}


.notFound .project-outstanding-projects__grid {
    padding-top: 32px;
}

@media(min-width:768px) {
    .notFound__title {
        font-size: var(--fs-36);
    }

    .notFound__subtitle {
        font-size: var(--fs-25);
        margin-bottom: 55px;
    }

    .notFound__text {
        font-family: var(--opensans);
        font-size: var(--fs-25);
        font-weight: 600;
    }



    .notFound .gif {
        width: 220px;
        height: 220px;
    }
}