/* About Page Specific Styles */

.about-section,
.goals-section,
.contact-section {
    margin-bottom: 3rem;
}

.about-section h1,
.goals-section h2,
.contact-section h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.about-section p,
.contact-section p {
    line-height: 1.6;
    color: #333;
}

.goals-section ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    line-height: 1.6;
}

.goals-section li {
    margin-bottom: 0.5rem;
}

.contact-section a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.contact-section a:hover {
    color: #666;
}