/******************************************************************/
/* about-us.css                                    */
/******************************************************************/
.yellow-well {
    background: #fffbed !important;
    border-left: 5px solid #fec215 !important; /* Add golden left border */
    padding: 30px !important;
    border-radius: 8px;
}

    .yellow-well h3 {
        margin-bottom: 0;
        color: #1d97d3 !important; /* This IS blue in the code but you say it's not black, so keeping it */
        font-weight: 600;
    }

    .yellow-well p {
        font-size: .95rem;
        line-height: 1.6; /* Adjust line height for better spacing */
    }