/* heading inside the about page wrapper */
.aboutpage-section h1 {
    font-weight: 700;
    color: #212529;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}

.vision-card h3,
.mission-card h3 {
    font-family: 'Montserrat', sans-serif;
    color: #343a40;
}
/* small helpers for the inner card containers used in template */
.vision-card,
.mission-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}