/* Page 404 */
.content-404 {
    margin-bottom: 190px !important;
}

/* Page 404 responsive */
/* 404 Mobile Version */
@media screen and (max-width: 600px) {
    .wp-site-blocks .container-404 {
        background-color: #ffffff !important;
    }

    .content-404 {
        padding: 1.5rem 2rem !important;
        margin-bottom: 0 !important;
    }
}

/* 404 Tablet Version */
@media screen and (min-width: 601px) and (max-width: 1000px) {
    .content-404 {
        padding: 3rem 1.5rem !important;
        margin-bottom: 134px !important;
    }

    .container-404 .wp-block-heading {
        padding: 0 3.5rem !important;
    }
}