.errors-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #e0e5e7;
    background: white;
    padding: 16px 27px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.errors-wrapper .ico-holder {
    margin: 20px 0;
}

.errors-wrapper .ico-holder img {
    width: 56px;
    height: 56px;
}

.errors-wrapper .title-text {
    font-weight: 700;
    font-size: 18px;
    color: #072653;
    margin-bottom: 4px;
}

.errors-wrapper .errors {
    margin-bottom: 48px;
}

.errors-wrapper .error-one {
    font-size: 15px;
    color: #676887;
}
