.section-404 {
    background-color: var(--light);
}



.section-404 .title {
    font-weight: 500;
    text-transform: none;
    margin-bottom: 40px;
}

.section-404 .thumb-404 {
    margin-bottom: 0.5em;
}


.section-404 .custom-button {
    text-transform: initial;
    border-radius: 4px;
    padding: 0.5rem 1.5rem;

}

