/* ============================================
   CERTIFICATION PAGE - certification.css
   ============================================ */

/* Page content headings */
.cert-content h2,
.cert-content h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: rgb(90, 20, 10);
    margin-bottom: 10px;
}

.cert-content h3 {
    margin-top: 30px;
}

.cert-content h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: rgb(90, 20, 10);
    margin-bottom: 10px;
}

/* Page content body text */
.cert-content p,
.styled-list li {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: rgb(10, 0, 0);
}

.styled-list {
    padding-left: 20px;
    margin-bottom: 1em;
}

.styled-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 6px;
    list-style: disc;
}
