/* About Page Styles */

.about-content {
    flex: 1;
    padding-top: 120px;
    padding-bottom: 80px;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

.about-text {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.about-text .intro {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.about-text p {
    margin-bottom: 30px;
    text-align: center;
}

.about-text strong {
    font-weight: 600;
}

.timeline {
    margin: 50px 0;
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.timeline p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}

.about-text h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 50px 0 30px;
    text-decoration: underline;
}

.clients p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .about-content {
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-text {
        font-size: 16px;
        line-height: 28px;
    }

    .about-text .intro {
        font-size: 18px;
        line-height: 30px;
    }

    .clients p {
        font-size: 16px;
        line-height: 28px;
    }
}
