/* About Section Stilleri */
.about-section {
    padding: 4rem 0;
    background-color: #f9fafb;
}

.about-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.about-content h2 {
    font-size: 2.5rem;
    color: #1f2937;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.about-content p {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
    .about-section {
        padding: 3rem 0;
    }
    
    .about-content h2 {
        font-size: 2rem;
    }
    
    .about-content p {
        font-size: 1rem;
    }
}
