
<!-- ==========================================================
     ABOUT VSSGAC + COLLEGE HIGHLIGHTS
     ========================================================== -->

<style>

/* ==========================================================
   ABOUT VSSGAC SECTION
   ========================================================== */

.vss-about-section {
    position: relative;
    padding: 75px 0 80px;
    background: #ffffff;
    overflow: hidden;
}

/* Decorative background */
.vss-about-section:before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 1px solid rgba(11,71,117,0.07);
    right: -130px;
    top: 80px;
}

.vss-about-section:after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px solid rgba(245,130,24,0.08);
    left: -100px;
    bottom: 40px;
}

.vss-about-section .container {
    position: relative;
    z-index: 2;
}


/* ==========================================================
   SECTION HEADING
   ========================================================== */

.vss-about-heading {
    text-align: center;
    margin-bottom: 42px;
}

.vss-about-heading .vss-small-title {
    display: block;
    margin-bottom: 8px;
    color: #f58218;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vss-about-heading h2 {
    margin: 0;
    color: #0b4775;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}

.vss-heading-line {
    width: 65px;
    height: 4px;
    margin: 16px auto 0;
    background: #f58218;
    border-radius: 10px;
}


/* ==========================================================
   ABOUT COLLEGE TEXT
   ========================================================== */

.vss-about-text-box {
    max-width: 1000px;
    margin: 0 auto 55px;
    padding: 30px 35px;
    background: #f7f9fc;
    border-left: 5px solid #f58218;
    border-radius: 10px;
    box-shadow: 0 7px 25px rgba(7,31,53,0.06);
}

.vss-about-text-box p {
    margin: 0;
    color: #526579;
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
}


/* ==========================================================
   HIGHLIGHT INTRO
   ========================================================== */

.vss-highlight-heading {
    text-align: center;
    margin-bottom: 38px;
}

.vss-highlight-heading h3 {
    margin: 0 0 8px;
    color: #0b4775;
    font-size: 25px;
    font-weight: 800;
}

.vss-highlight-heading p {
    margin: 0;
    color: #718296;
    font-size: 14px;
}


/* ==========================================================
   HIGHLIGHT CARDS
   ========================================================== */

.vss-highlight-card {
    position: relative;
    height: 100%;
    min-height: 325px;
    padding: 48px 25px 28px;
    margin-bottom: 25px;
    background: #ffffff;
    border: 1px solid #e2e9f0;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 8px 28px rgba(7,31,53,0.07);
    transition: all .3s ease;
}

.vss-highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(7,31,53,0.13);
}


/* Orange top line */
.vss-highlight-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 14px 14px 0 0;
    background: #f58218;
}


/* ==========================================================
   ICON
   ========================================================== */

.vss-highlight-icon {
    width: 78px;
    height: 78px;
    line-height: 78px;
    margin: -8px auto 22px;
    border-radius: 50%;
    background: #eaf3f9;
    color: #f58218;
    font-size: 31px;
    border: 4px solid #ffffff;
    box-shadow: 0 6px 20px rgba(7,31,53,0.12);
    transition: all .3s ease;
}

.vss-highlight-card:hover .vss-highlight-icon {
    background: #f58218;
    color: #ffffff;
    transform: scale(1.07);
}


/* ==========================================================
   CARD TITLE
   ========================================================== */

.vss-highlight-card h3 {
    margin: 0 0 15px;
    color: #0b4775;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
}


/* ==========================================================
   CARD DESCRIPTION
   ========================================================== */

.vss-highlight-card p {
    margin: 0;
    color: #617386;
    font-size: 14px;
    line-height: 1.75;
}


/* ==========================================================
   CARD NUMBER
   ========================================================== */

.vss-highlight-number {
    position: absolute;
    top: 15px;
    right: 17px;
    color: rgba(11,71,117,0.08);
    font-size: 28px;
    font-weight: 900;
}


/* ==========================================================
   BOTTOM STATEMENT
   ========================================================== */

.vss-about-bottom {
    margin-top: 28px;
    padding: 25px 30px;
    background: linear-gradient(135deg, #071f35, #0b4775);
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(7,31,53,0.12);
}

.vss-about-bottom p {
    margin: 0;
    color: rgba(255,255,255,0.88);
    font-size: 15px;
    line-height: 1.7;
}

.vss-about-bottom strong {
    color: #f6b15d;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 991px) {

    .vss-about-section {
        padding: 60px 0 65px;
    }

    .vss-about-heading h2 {
        font-size: 29px;
    }

    .vss-about-text-box {
        padding: 27px 30px;
        margin-bottom: 45px;
    }

    .vss-highlight-card {
        min-height: 300px;
    }
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .vss-about-section {
        padding: 48px 0 52px;
    }

    .vss-about-heading {
        margin-bottom: 30px;
    }

    .vss-about-heading h2 {
        font-size: 25px;
    }

    .vss-about-heading .vss-small-title {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .vss-about-text-box {
        padding: 22px 20px;
        margin-bottom: 38px;
    }

    .vss-about-text-box p {
        font-size: 14px;
        line-height: 1.75;
    }

    .vss-highlight-heading {
        margin-bottom: 28px;
    }

    .vss-highlight-heading h3 {
        font-size: 22px;
    }

    .vss-highlight-card {
        min-height: auto;
        max-width: 390px;
        margin: 0 auto 22px;
        padding: 43px 23px 27px;
    }

    .vss-about-bottom {
        padding: 22px 20px;
    }

    .vss-about-bottom p {
        font-size: 14px;
    }
}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 480px) {

    .vss-about-heading h2 {
        font-size: 23px;
    }

    .vss-about-text-box {
        padding: 20px 17px;
    }

    .vss-highlight-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .vss-highlight-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 27px;
    }

}

</style>