

ul {
    margin: 0;
    padding-left: 20px !important;
}
ul.dashed {
    list-style-type: none;
}
ul.dashed > li {
    text-indent: -10px;
    font-weight: 300;
}
ul.dashed > li:before {
    content: "- ";
    text-indent: -10px;
}

.mySection {
    background-color: rgba(var(--cnvs-themecolor-rgb, 38, 125, 244), 0.05);
    padding: 50px 0;
}

