/* ==========================================================================
   About Us Page Styles
   ========================================================================== */

.vc-about {
    padding: 3rem 0;
    background: #fff;
}

.vc-about__content {
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
}

.vc-about__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #999;
    text-transform: uppercase;
    margin: 0 0 1rem 0;
}

.vc-about__heading {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 0 1.5rem 0;
}

.vc-about__divider {
    width: 60px;
    height: 3px;
    background: #1a1a2e;
    margin-bottom: 1.5rem;
}

.vc-about__text {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
}

.vc-about__text p {
    margin: 0;
}

@media (max-width: 767px) {
    .vc-about__heading {
        font-size: 1.5rem;
    }

    .vc-about__content {
        padding: 0 1rem;
    }
}
