.about-us-page {
    background: #f6faff;
    min-height: 100vh;
    padding: 60px 0 60px 0;
    font-family: 'Inter', Arial, sans-serif;
}

.about-us-container {
    background: #fff;
    max-width: 820px;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 2px 24px 0 rgba(33,150,210,0.07);
    padding: 48px 32px 38px 32px;
}

.about-us-title {
    font-size: 2.4rem;
    font-weight: 900;
    color: #2196d2;
    margin-bottom: 18px;
    text-align: center;
}

.about-us-intro {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 28px;
    text-align: center;
}

.about-section {
    margin-bottom: 32px;
}

.about-section h2 {
    font-size: 1.3rem;
    color: #9246da;
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: 800;
}

.about-section ul {
    margin: 0 0 18px 18px;
    padding: 0 0 0 18px;
}

.about-section li {
    font-size: 1.08rem;
    color: #444;
    margin-bottom: 8px;
    line-height: 1.6;
}

.about-section p {
    font-size: 1.08rem;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.7;
}

.about-us-date {
    text-align: right;
    color: #888;
    font-size: 0.98rem;
    margin-top: 32px;
}

@media (max-width: 767px) {
    .about-us-page {
        padding: 15px;
    }
    .about-us-container {
        padding: 24px 10px 18px 10px;
    }
    .about-us-title {
        font-size: 1.6rem;
    }
}