

.about-hero {
    text-align: center;
    padding: 2px 20px;
    background: #0f3b3d;
    color: #3aa6a9;
}

.about-hero h2 {
    font-size: 40px;
    
}

.about-hero p {
    font-size: 20px;
    color: #d0eaea;
}

.studentsignup-section {
    text-align: center;
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.studentsignup-section h3 {
    color: #1e6f73;
    font-size: 28px;
    margin-bottom: 15px;
}

.studentsignup-section p {
    color: #ddd;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 18px;
}