body {
    font-family: Arial, sans-serif;
    
}
p,ol,ul,h1,h2,h3,h4,h5,h6,li{
    color:black;
}
.section-heading {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
}
.section-content {
    font-size: 18px;
    margin-bottom: 20px;
}
.expert-card {
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}
.expert-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.expert-location {
    font-size: 18px;
    margin-bottom: 5px;
}
.expert-experience {
    font-size: 18px;
    margin-bottom: 5px;
}
.expert-field {
    font-size: 18px;
    margin-bottom: 10px;
}
.vision-mission {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.vision-mission p {
    font-size: 18px;
    margin-bottom: 10px;
}
