/* About KRSTE.MY Section Styles */
.footer-links-section {
    padding: 20px 0;
}

.footer-links-heading {
    font-size: 2.8rem;
    font-weight: 500;
    color: #1a3a6c;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    /*text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);*/
}

.footer-links-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a3a6c;
    margin-bottom: 1.5rem;
}

.footer-links-highlight {
    color: #9DCE3A; /* Bright green color */
}

/* Description Text Styles */
.footer-links-description p {
    font-size: 16px;
    color: #333;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.footer-links-content-list {
    padding-left: 1.5rem;
}
