.page {
    padding: 40px 0;
    text-align: center;
}
.page.error-page h1.title {
    font-size: 52px;
    color: #454B54;
    margin-top: 10px;
}
h1.title .error-text {
    font-size: 28px;
    line-height: 32px;
    color: #454B54;
    margin-top: 24px;
    text-transform: capitalize;
}
.page p {
    font-size: 18px;
    line-height: 24px;
    color: #454B54;
    margin: 16px 0 24px;
}
.page .btn {
    margin: 0;
    height: 50px;
    font-size: 16px;
    padding: 0 22px;
}
.page .btn:hover svg path {
    fill: #2AA466;
}
.page .container {
    max-width: 490px;
}
@media only screen and (max-width: 767px) {
    .page .container {
        max-width: 380px;
    }
    .page p {
        font-size: 16px;
        line-height: 22px;
    }
}
