@charset "UTF-8";

.wpb_text_column ul {
    line-height: 30px;
    list-style: none;
    padding-left: 0;
}

.wpb_text_column ul li {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

.wpb_text_column ul li:before {
    content: "•";
    font-size: 18px;
    position: relative;
    margin-right: 15px;
}

.wpb_text_column ol {
    padding-left: 0;
    line-height: 30px;
    list-style: none;
    counter-reset: section;
}

.wpb_text_column ol li:before {
    margin-right: 10px;
    counter-increment: section;
    content: counters(section, ".") ". ";
}

.wpb_text_column a:hover {
    text-decoration: none !important;
}