.error {
    width: 50%;
    float: left;
}

.error h2 {
    font-size: 12.5rem;
    margin: 0;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: #020202;
}

.error-message {
    width: 50%;
    float: left;
    margin-top: 40px;
}

.error-message h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 0.8em;
    font-family: "Jost", sans-serif;
    color: #020202;
}

.error-message p {
    margin: 0 0 10px;
    margin-bottom: 1.8em;
    color: #1c1c1c;
    line-height: 1.6em;
}

.theme-btn-s10 {
    border: 0;
    outline: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Jost", sans-serif;
    background-color: #cd211d;
    font-size: 16px;
    position: relative;
    padding: 17px 30px;
    border-radius: 0;
    display: inline-block;
    font-weight: 600;
    color: #fff;
}
.mb-10{
    margin-bottom: 8rem !important;
}
.mt-10{
    margin-top: 8rem !important;
}