.about-section { background: white; border-radius: 12px; padding: 40px; margin-bottom: 30px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.about-section h2 { font-size: 24px; margin-bottom: 20px; color: #333; border-bottom: 2px solid #0066FF; padding-bottom: 10px; display: inline-block; }
.about-content, .contact-content { line-height: 1.8; color: #666; white-space: pre-wrap; }
@media (max-width: 768px) { .about-section { padding: 20px 15px; } .about-section h2 { font-size: 18px; } }