.section-title {
    margin-bottom: 40px;
    /*padding-bottom: 20px;*/
    /*border-bottom: 2px solid #f8f9fa;*/
}

.list-styled li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.list-styled li:before {
    content: "•";
    color: #0d6efd;
    font-weight: bold;
    position: absolute;
    left: 0;
}
