.error-area {
    padding: 60px 0;
    text-align: center;
}
.error-container > p {
    margin-bottom: 30px;
    font-size: 18px;
}

.button-back {
    padding: 15px 20px;
    min-width: 300px;
    max-width: 100%;
    font-size: 18px;
}

.error-title {
    color: #8ec31e;
    font-size: 36px;
    font-weight: bold;
    padding: 10px 0 10px;
}

.error-desc {
    margin-bottom: 30px;
    color: #8ec31e;
    font-size: 18px;
}

.error-title > .mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .error-title > .mobile {
        display: block;
    }

    .error-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    .error-area {
        padding: 45px 0;
    }
    .error-container > p,
    .error-container > .button {
        font-size: 16px;
    }
}

@media screen and (max-width: 360px) {
    .error-container > .button {
        min-width: initial;
        width: 100%;
    }
}
