/* Start custom CSS */li, p { 
       font-family: "IBM Plex Serif" !important; 
    }
    
p > a {
    color: #000 !important;
    text-decoration: underline !important;
}
li > a {
    color: #000 !important;
    text-decoration: underline !important;
    }

@media(min-width: 1025px) {
    h2 {
    margin-top: 4% !important;
}

h3 {
    margin-top: 2.5% !important;
}
}

@media(max-width: 1024px) {
    h2 {
    margin-top: 8% !important;
}

h3 {
    margin-top: 5% !important;
}
}

@media(max-width: 767px) {
    h2 {
    margin-top: 12% !important;
}

h3 {
    margin-top: 9% !important;
}
li {
    margin-left: -20px;
}
}/* End custom CSS */