.page-title__404-img {
    width: 133.6rem;
    height: 91.3rem;
    right: 0;
    top: -27rem;
}
.page-title__description {
    width: 65rem;
}
@media (max-width: 48em) {
    .page-title__404-img {
        width: 40.5rem;
        height: 27.7rem;
        top: -3.5rem;
        right: -0.5rem;
    }
    .page-title__description {
        width: auto;
    }
    .page-title__body {
        margin-top: 23.5rem;
    }
}

.footer {
    margin-top: 21rem;
}
@media (max-width: 48em) {
    .footer {
        margin-top: 4.2rem;
    }
}
