.about-hero {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.about-hero .display-4 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.about-hero .lead {
    font-size: 1.125rem;
    color: #777;
    max-width: 800px;
    margin: 0 auto;
}

.about-executive {
    background-color: #fff;
}

.about-executive img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.about-executive h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.about-executive h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #d9534f;
    margin-bottom: 20px;
}

.about-executive p {
    font-size: 1rem;
    color: #555;
}
