body {
    background: #E7EEF6;
}

.about-container {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.about-image {
    text-align: center;
}

.about-description {
    text-align: justify;
    color: #6c757d; /* Dark gray text color */
}

.about-description p {
    margin-bottom: 20px;
}

.about-description:last-child p {
    margin-bottom: 0; /* Remove bottom margin for the last paragraph */
}

.page-title {
    font-size: 30px;
    font-weight: bold;
    color: #0070B8;
    margin-bottom: 20px;
}

.vision-container,
.mission-container {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px; /* Add margin bottom for separation between sections */
}

.vision-statement,
.mission-statement {
    font-size: 24px;
    font-weight: bold;
    color: #0070B8;
    margin-bottom: 20px;
}

.vision-description,
.mission-description {
    font-size: 18px;
    color: #343a40;
    margin-bottom: 20px;
}

/* .vision-container img,
.mission-container img {
    width: 15rem;
    height: 17rem;
    display: block;
    margin: auto;
} */