.article-hero {
    position: relative;
    width: 100%;
    height: 50vh;
    background-color: #147119;

}



.article-title {
    position: absolute;
    top: 50%; /* Vertically center the title */
    left: 50%; /* Horizontally center the title */
    transform: translate(-50%, -50%); /* Adjust positioning as needed */
    color: #D1D5DB; 
    /* color: #EAB10A;  */
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    margin-top: 2rem; 
    text-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

body .article-section ul {
    list-style-type: circle;
}

.about-the-scheme-article-section-container .about-the-scheme-article-section  ul a, ol a {
    color: #147119;
}


/* {"color100":"#F9FAFB","color200":"#F3F4F6","color300":"#E5E7EB","color400":"#D1D5DB","color500":"#9CA3AF","color600":"#6B7280","color700":"#4B5563","color800":"#374151","color900":"#1F2937","color1000":"#111827"} */

/* ************** MEDIA QUARY STYLING *************** */
@media (max-width: 768px) {
    .article-hero {
        width: 100%;
        height: 50vh;
    }

    .article-title {
        margin-top: 2.5rem;
        font-size: 2rem;
    }



    /*********** ICT DEPARTMENT MOBILE STYLING  ***********/
    .about-the-scheme-article-section-container .about-the-scheme-article-section  ul a {
        font-size: 1rem;
    }
}