.about-hero {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px dashed #e2e8f0;
    margin-bottom: 30px;
}

.about-hero h1 {
    color: #1a365d;
    font-size: 36px;
    font-weight: 800;
}

.about-hero .lead {
    font-size: 18px;
    color: #4a5568;
    margin-top: 10px;
}

.about-text h2, .about-text h3 {
    color: #2b6cb0;
    margin-top: 25px;
    margin-bottom: 15px;
}

.about-text ul {
    list-style-type: square;
    margin-left: 30px;
    margin-bottom: 25px;
}

.about-text ul li {
    margin-bottom: 10px;
    color: #4a5568;
}