/* Spacing adjustments for better balance */
section {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 1.5rem;
}

.section-description {
    margin-bottom: 3rem;
}

/* About section adjustments after profile photo removal */
#about .about-content {
    display: flex;
    justify-content: center;
}

#about .about-text {
    max-width: 800px;
    margin: 0 auto;
}

/* FAQ section spacing */
#faq {
    padding: 80px 0;
}

.faq-container {
    margin-top: 2rem;
}

.faq-item {
    margin-bottom: 1.5rem;
}

.faq-question {
    padding: 1.25rem;
}

.faq-answer p {
    padding: 0 1.25rem 1.25rem;
    line-height: 1.8;
}

/* Footer spacing */
footer {
    padding-top: 60px;
}

.footer-content {
    margin-bottom: 40px;
}

.footer-logo h2 {
    margin-bottom: 15px;
}

.footer-bottom {
    padding: 20px 0;
}
