.wrapper-gral {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: var(--p-4) 0rem;
        padding: var(--p-4);
}

@media (max-width:768px) {
        .wrapper-gral {
                display: flex;
                flex-direction: column;
                align-items: center;
        }
}

@media (max-width:768px) {
        .wrapper-span {
                width: 10rem;
                height: 10rem;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin-top: 0rem;
        }
}

.wrapper-content_page404 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: var(--p-4);
        margin-left: 1.5rem;
}

@media (max-width:768px) {
    .wrapper-content_page404 {
        margin-top: 1.875rem;
        margin-left: 0rem;
        text-align: center;
    }

}

.wrapper-content_page404 > div > p {
    color: var(--gray-dark-6);
    font-family: var(--font-family-1);
    font-size: var(--text-4xl);
    font-style: normal;    
    line-height: 3.125rem;
    text-transform: uppercase;
    margin-bottom: 0rem;
    font-weight: var(--weight-normal);
}
.wrapper-content_page404 > div > p > strong {
    font-weight: var(--weight-bolder);
}

@media (max-width:768px) {
    .wrapper-content_page404 > div > p {
        font-size: var(--text-4xl);
        line-height: 2rem;
    }
}

.paragraph_1 {
    color: var(--gray-dark-6);
    text-align: left;
    font-family: var(--font-family-1);
    font-size: var(--text-lg);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 1.625rem;
}

.paragraph_2 {
    color: var(--gray-dark-6);
    text-align: left;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 1.44444rem;
}

@media (max-width:768px) {

    .paragraph_1 {
        text-align: center;
        font-size: var(--text-lg);
        line-height: 1.375rem;
    }

        .paragraph_2 {
                text-align: center;
                font-size: 0.88889rem;
                line-height: 1.22222rem;

        }

}

.link_back_page404 {
    text-decoration: none;
    color: #DC241F;
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-style: normal;
    font-weight: var(--weight-bolder);
    line-height: 1.375rem;
    text-decoration-line: underline;
}

@media (max-width:768px) {
    .link_back_page404 {
        display: block;
        font-size: var(--text-lg);
        line-height: 1.375rem;
        letter-spacing: 0.03111rem;
        /*display: contents;*/
        text-decoration-line: underline;
    }
}