.warning {
    margin-top: 31px;
}

.warning-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.warning-title {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;

    color: #C06B6B;
}

.warning-title-first {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;

    color: #C06B6B;
}

.warning-title-first svg {
    margin-right: 8px;
}