.not_found{
    width: 100%;
    float: left;
}

.not_found h3{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 768px){
    .not_found{
        margin: 40px 0 605px 0;
    }
}