.content_404{
    height: 50vh;
}

@media (max-width: 575.98px) { 
    .content_404{
        height: 40vh;
    }
    
    .content_404 svg{
        width: 90% !important;
    }
}