.mission-philosophy-section {
    padding: 60px 0;
    /* background-color: white;  */
}

.section-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); 
}

.text-section {
    padding: 20px;
}

.text-section h2 {
    font-size: 2rem;
    font-weight: 700;
    /* color: #000; */
    color: #fff; 
    margin-bottom: 20px;
}

.text-section p {
    font-size: 1.2rem;
     color: #fff; 
    line-height: 1.5;
}


.col-md-4.col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
}

.col-md-8.col-lg-9 {
    flex: 0 0 70%;
    max-width: 70%;
}
