.error404-title {
    color: #000;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5454545455;
    margin-top: 24px;
    text-align: center;
}

.error404-message {
    margin-top: 12px;
    text-align: center;
}

.back-to,
.back-to-home {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.back-to a,
.back-to-home a {
    align-items: center;
    background-color: #fff;
    border: 2px solid #309748;
    border-radius: 100px;
    color: #309748;
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    height: 58px;
    justify-content: center;
    line-height: 1.6666666667;
    min-width: 119px;
    padding: 0 34px;
}

.back-to a:hover,
.back-to-home a:hover {
    background-color: #eaf5ed;
    border: 2px solid #309748;
}
@media (min-width: 992px) {

    .error404-title {
        font-size: 1.5rem;
        line-height: 1.5833333333;
        margin-top: 36px;
    }

    .error404-message {
        margin-top: 24px;
    }

    .back-to,
    .back-to-home {
        margin-top: 36px;
    }

    .back-to a,
    .back-to-home a {
        font-size: 1.25rem;
        line-height: 1.7;
    }
}
