.mb-10rem {
    margin-bottom: 10rem !important
}

.mt-10rem {
    margin-top: 10rem !important
}

.img-404 {
    margin: 0 auto;
    width: 80%;
}

.img-box {
    padding: 20px 30px;
}

.content-404 {
    width: 100%;
    display: inline-block;
}

.content-404 h2, .content-404 p {
    text-align: center;
}

.btn-link {
    padding: 8px 30px;
    display: inline-block;
    text-align: center;
    background: #0078FE;
    margin: 15px auto;
    border-radius: 0;
    font-weight: bold;
    color: #FFFFFF;
}

.btn-link:hover {
    text-decoration: none;
    background: #828282;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .container-content {
        background: #f2f2f2;
        max-width: 100%;
    }
    .img-404 {
        width: 60%;
    }
    .mb-10rem {
        margin-bottom: 3rem !important
    }

    .mt-10rem {
        margin-top: 3rem !important
    }
}

@media screen and (max-width: 768px) {
    .mb-10rem {
        margin-bottom: 0 !important
    }

    .mt-10rem {
        margin-top: 0 !important
    }
    .img-404 {
        width: 60%;
    }
}

@media screen and (max-width: 425px) {
    .content-404 h2 {
        font-size: 16px;
    }
}
