span.ico_bg_note_outer {
    background: #eef9fb;
    height: 42px;
    width: 42px;
    margin-right: 10px;
}

span.ico_bg.ico_bg_note {
    background: #d6f1f8;
    height: 28px;
    width: 28px;
    margin: 0;
}

svg.note_ico {
    width: 18px;
    height: 18px;
    fill: #115b74;
}
svg.note_bulb{
    fill: #115b74;
}
svg.note_ico.note_warning{
    fill: red;
}

div.note_warning>div.vc_note_title>span.ico_bg.ico_bg_note_outer{
    background: #ffeded;
}
div.note_warning>div.vc_note_title>span.ico_bg.ico_bg_note_outer>span.ico_bg.ico_bg_note{
    background: #ffdfdf;
}

.vc_note_wrap {
    background: #fcfdff;
    padding: 14px;
    border-radius: 5px;
    border: solid 1px #eaf8fb;
    color: #115b74;
    margin-bottom: 25px;
}

.vc_note_wrap.note_warning {
    background: #fff5f5;
    border: solid 1px #fbeaea;
    color: inherit;
}

div.vc_note_wrap h3{
    display: unset;
}
div.vc_note_wrap.note_warning h3 {
    color: indianred;
}

.vc_note_title {
    padding-bottom: 14px;
}