/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.AboutPage .main-content h2 strong {
    color: #3684AC;
}

.main-content .col-md-8 ul {
    list-style: disc;
    margin-left: 24px;
}
.main-content .col-md-8 ul li {
    display: list-item;
}