body {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333 !important;
    background: #fff !important;
}

.titlepage h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
}

.about_box h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.vision-section {
            background-color: #f2f2f2; /* Light grey background */
            padding: 50px 0;
         }
         .about_box img {
            max-width: 100%;
            height: auto;
         }
         

 