ul,
li {
    list-style: none;
    padding: 0;
    margin: 0; }
.section {
    padding: 5% 0;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Nunito', sans-serif;
    color: #333;
    }
.section h1 {
    font-size: 32px;
    font-weight: 600;
    text-align: center; }
.section.grey {
    background-color: #F6F6F6; }
.section-grad {
    background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(42%, #B06AB3), color-stop(0%, transparent)) repeat scroll 0% 0%;
    background: transparent -webkit-linear-gradient(top, #B06AB3 42%, transparent 0%) repeat scroll 0% 0%;
    background: transparent -o-linear-gradient(top, #B06AB3 42%, transparent 0%) repeat scroll 0% 0%;
    background: transparent linear-gradient(180deg, #B06AB3 42%, transparent 0%) repeat scroll 0% 0%; }
.section-grad h1 {
    color: #FFF; }
