.about {
    background: #f5f6fa;
}

.about-hero {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px;
}

.about-hero-title {
    font-size: 2.4rem;
    color: #228bd9; /* same as your h2 */
    margin-bottom: 16px;
}

.about-hero-text {
    font-size: 1.05rem;
    color: #1d2f53;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: justify;
}

.about-hero-subtext {
    font-size: 1.05rem;
    color: #1d2f53;
    line-height: 1.7;
    text-align: justify;
}

.about .section-title {
    font-size: 36px;
    color: #228bd9;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.about .section-title::after {
    content: "";
    height: 2px;
    flex: 1;
    background: #d9dfea;
}

.about-item {
    border-left: 2px solid #d3a93d;
    padding-left: 24px;
    margin-left: 0;
    margin-bottom: 30px;
}

.about-item:last-child {
    margin-bottom: 0;
}

.about-label {
    font-size: 1.1rem;
    color: #153f86;
    margin-bottom: 10px;
}

.about-item h3 {
    color: #228bd9;
}

.about-item p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #1d2f53;
}

@media (max-width: 767px) {
    .about .section-title {
        font-size: 30px;
    }

    .about-item {
        padding-left: 16px;
        margin-bottom: 24px;
    }

}
