.kc-error__content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex: 1;
}

.kc-error__content-wrapper .box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 32px;
    max-width: 443px;
    text-align: center;
}

.instruction {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #141414;
    line-height: 133.333%;
}

.instruction-text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 8px 0 16px;
    color: #666666;
    line-height: 150%;
}

.primary-button {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #EB0033;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s background-color ease;
    line-height: 114.286%;
}

.primary-button:hover {
    background-color: rgb(239, 87, 83);
}

.kc-error .primary-button {
    width: 343px;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .kc-error .primary-button {
        width: unset;
        margin: unset;
    }
}