
/* About Section */
.about-section {
    padding: 60px 0;
    background-color: #f5f4ed;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.9;
    color: var(--text-dark);
    text-align: center;
    font-weight: 500;
}

.about-content p {
    margin-bottom: 1.5rem;
}

.about-content p:last-child {
    margin-bottom: 0;
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .about-section {
        padding: 80px 0;
    }
}