/* About Section - Single Column Layout */
.about-content-single {
    display: block !important;
    max-width: 1000px;
    margin: 0 auto;
}

.about-content-single .about-text {
    max-width: 100%;
    text-align: center;
}

.about-content-single .section-title {
    text-align: center;
}

.about-content-single .section-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.about-content-single .about-stats {
    justify-content: center;
    max-width: 900px;
    margin: 3rem auto;
}

.about-content-single .certifications {
    max-width: 800px;
    margin: 3rem auto 0;
}

.about-content-single .cert-badges {
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-content-single .about-text {
        text-align: left;
    }
    
    .about-content-single .section-title,
    .about-content-single .section-description {
        text-align: left;
    }
}
