.about_wrapper {
    /*max-width: 800px;*/
    /*margin: 0 auto;*/
    text-align: left;
    /*font-size: 16px;*/
    line-height: 1.7;
    /*color: #444;*/
}

.about_wrapper p {
    margin-bottom: 20px;
}

/* списки */
.about_wrapper ul {
    margin: 15px 0 25px;
    padding-left: 20px;
}

.about_wrapper li {
    margin-bottom: 10px;
    position: relative;
}

/* кастомные точки */
.about_wrapper li::marker {
    color: #007bff;
}

/* лёгкий эффект при наведении */
.about_wrapper li:hover {
    color: #007bff;
    transition: 0.2s;
}