/* About Section Title Fix */
.about-section .section-title {
    color: #1e3f66 !important; /* Matching the blue color */
}

/* Ensure the color is applied to all states */
.about-section .section-title,
.about-section .section-title:hover,
.about-section .section-title:focus {
    color: #1e3f66 !important;
}

/* If there's an underline or border, update its color too */
.about-section .section-title:after {
    background-color: #1e3f66 !important;
}
