.section {
    max-width:var(--max-width);
    margin: 0 auto;
}

.section h2 {
    text-align:left;
    font-size:2.5rem !important
}

li {
    list-style-type: none;
}


@media(max-width: 768px) {
    .section {
        padding: 0 1rem;
    }

    .section h2 {
        font-size:1.6rem !important;
        text-align:left !important;
    }
    
}

@media(max-width: 480px) {
    .section h2 {
        font-size:1.5rem !important;
        text-align:left !important;
    }
}