.about-hero {
    text-align: center;
    padding: 60px 20px;
    background: #0f3b3d;
    color: #3aa6a9;
}

.about-hero h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.about-hero p {
    font-size: 20px;
    color: #d0eaea;
}

.about-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.about-section h3 {
    color: #1e6f73;
    font-size: 28px;
    margin-bottom: 15px;
}

.about-section p {
    color: #ddd;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 18px;
}

.about-cta {
    text-align: center;
    margin: 50px 0;
}

.about-cta .btn {
    display: inline-block;
    padding: 14px 30px;
    background: #1e6f73;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
}

.about-cta .btn:hover {
    background: #3aa6a9;
}

.cta-subtext {
    margin-top: 12px;
    color: #d0eaea;
    font-size: 16px;
}
