/* Two-Column Section Styling */
#two-column-section h2 {
    color: #00284d;
    font-size: 1.75rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

#two-column-section ul {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

#two-column-section img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
/* Ensure text is aligned left on all screen sizes */
#two-column-section .text-left {
    text-align: left !important;
}