.page-id-90 footer {
    margin-top: 30px;
}

.status-header {
    text-align: left;
}

.status-header img {
    border-radius: var(--element-border-radius);
    width: 450px;
    margin-bottom: 35px;
}

.status-header h2 {
    font-size: 2rem;
    margin-bottom: 1px;
}

.status-header h3 {
    font-size: 1.05rem;
    color: var(--status-green);
    font-weight: 500;
}

.status-message {
    margin-top: 30px;
    font-weight: 500;
}

.status-ps {
    font-size: 0.9rem;
    opacity: 0.5;
}

.status-back-link {
    
}

.status-back-link a {
    background: #fff;
    color: #101010;
    font-weight: 500;
    padding: 14px 30px;
    margin-top: 28px;
    border-radius: var(--button-border-radius);
    display: inline-block;
}

.status-back-link:hover {
    color: #101010;
}

@media screen and (max-width: 880px) {

    .status-header img {
        width: 100%;
    }

    .status-header h2 {
        font-size: 1.6rem;
    }

    .status-header h3 {
        font-size: 1rem;
    }

    .status-message {
        margin-top: 25px;
    }

    .status-back-link a {
        padding: 16px 30px;
    }

}