
.about-section {
    background: #ffffff;
    padding: 60px 20px;
    border-radius: 16px;
    margin: 40px auto;
    max-width: 900px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.05);
    text-align: center;
}

.about-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #374151;
}

.about-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 15px;
}
