/* Custom CSS for A Propos du Cabinet Section */
/* Section "A Propos du Cabinet" */
.a-propos-du-cabinet {
    background-color: #D9D9D9;
}

.section-title {
    color: #082445;
}

.column-title {
    color: black;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.footer {
    background-color: #f8f9fa;
}