﻿
/* =========================================================
   XFSPL ABOUT PAGE - FINAL / CONFLICT FREE CSS
   Scope: .about-page only
========================================================= */

.about-page {
    --about-navy: #0B1F3A;
    --about-dark: #06172C;
    --about-blue: #1557B0;
    --about-gold: #D4A72C;
    --about-bg: #F7F9FC;
    --about-white: #FFFFFF;
    --about-text: #172033;
    --about-muted: #657181;
    --about-border: #E1E7EF;
    margin: 0;
    padding: 0;
    color: var(--about-text);
    background: var(--about-white);
    font-family: "Inter", sans-serif;
    overflow: hidden;
}

    .about-page *,
    .about-page *::before,
    .about-page *::after {
        box-sizing: border-box;
    }

    .about-page img {
        display: block;
        max-width: 100%;
    }

    .about-page a {
        text-decoration: none;
    }

    .about-page .container {
        width: 92%;
        max-width: 1180px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-page .section-padding {
        padding: 90px 0;
    }

    /* =========================================================
   COMMON
========================================================= */

    .about-page .section-label {
        display: inline-block;
        margin-bottom: 12px;
        color: #B78918;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 800;
        letter-spacing: 1.7px;
        text-transform: uppercase;
    }

    .about-page .section-heading {
        max-width: 700px;
        margin: 0 auto 45px;
    }

        .about-page .section-heading.center {
            text-align: center;
        }

        .about-page .section-heading h2 {
            margin: 0 0 14px;
            color: var(--about-navy);
            font-family: "Manrope", sans-serif;
            font-size: 40px;
            line-height: 1.18;
            font-weight: 800;
            letter-spacing: -.8px;
        }

        .about-page .section-heading p {
            margin: 0;
            color: var(--about-muted);
            font-size: 15px;
            line-height: 1.8;
        }

    /* =========================================================
   HERO
========================================================= */

    .about-page .about-hero {
        position: relative;
        min-height: 500px;
        display: flex;
        align-items: center;
        overflow: hidden;
        background: var(--about-dark);
    }

    .about-page .about-hero-bg {
        position: absolute;
        inset: 0;
        background: url("/images/backround-about.png") center center / cover no-repeat;
    }

    .about-page .about-hero-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(6,23,44,.99) 0%, rgba(6,23,44,.95) 35%, rgba(6,23,44,.76) 62%, rgba(6,23,44,.38) 100% );
    }

    .about-page .about-hero .container {
        position: relative;
        z-index: 2;
    }

    .about-page .about-hero-content {
        max-width: 700px;
        padding: 85px 0;
    }

    .about-page .section-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
        color: #fff;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 1.8px;
    }

        .about-page .section-badge span {
            width: 30px;
            height: 2px;
            background: var(--about-gold);
        }

    .about-page .about-hero h1 {
        margin: 0;
        color: #fff;
        font-family: "Manrope", sans-serif;
        font-size: clamp(42px, 5vw, 64px);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: -1.7px;
    }

        .about-page .about-hero h1 span {
            display: block;
            color: var(--about-gold);
        }

    .about-page .about-hero p {
        max-width: 620px;
        margin: 22px 0 0;
        color: #D8E2EC;
        font-size: 15px;
        line-height: 1.8;
    }

    .about-page .about-breadcrumb {
        display: flex;
        align-items: center;
        gap: 11px;
        margin-top: 28px;
        font-size: 11px;
    }

        .about-page .about-breadcrumb a {
            color: #fff;
            font-weight: 700;
        }

        .about-page .about-breadcrumb i {
            color: var(--about-gold);
            font-size: 8px;
        }

        .about-page .about-breadcrumb span {
            color: #93A3B4;
        }

    /* =========================================================
   COMPANY INTRO
========================================================= */

    .about-page .about-intro {
        background: #fff;
    }

    .about-page .about-intro-grid {
        display: grid;
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
        gap: 70px;
        align-items: center;
    }

    .about-page .about-image-wrap {
        position: relative;
        padding: 0 28px 28px 0;
    }

    .about-page .about-image {
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 12px;
        background: #EEF3F8;
        box-shadow: 0 20px 45px rgba(11,31,58,.13);
    }

        .about-page .about-image::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient( 145deg, rgba(11,31,58,.04), transparent 55% );
            pointer-events: none;
        }

        .about-page .about-image img {
            width: 100%;
            height: 470px;
            object-fit: cover;
        }

    .about-page .about-image-wrap::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 145px;
        height: 145px;
        border-right: 3px solid var(--about-gold);
        border-bottom: 3px solid var(--about-gold);
        border-radius: 0 0 10px 0;
    }

    .about-page .about-experience {
        position: absolute;
        left: -20px;
        bottom: 0;
        z-index: 3;
        display: flex;
        align-items: center;
        gap: 12px;
        min-width: 175px;
        padding: 17px 20px;
        background: var(--about-navy);
        border-left: 4px solid var(--about-gold);
        border-radius: 6px;
        box-shadow: 0 15px 35px rgba(6,23,44,.20);
    }

        .about-page .about-experience strong {
            color: var(--about-gold);
            font-family: "Manrope", sans-serif;
            font-size: 30px;
            line-height: 1;
        }

        .about-page .about-experience span {
            max-width: 105px;
            color: #CBD7E3;
            font-size: 10px;
            line-height: 1.45;
            font-weight: 700;
        }

    .about-page .about-intro-content {
        min-width: 0;
    }

        .about-page .about-intro-content h2 {
            margin: 0 0 20px;
            color: var(--about-navy);
            font-family: "Manrope", sans-serif;
            font-size: 40px;
            line-height: 1.16;
            font-weight: 800;
            letter-spacing: -.8px;
        }

            .about-page .about-intro-content h2 span {
                display: block;
                color: var(--about-blue);
            }

        .about-page .about-intro-content > p {
            margin: 0 0 14px;
            color: var(--about-muted);
            font-size: 14px;
            line-height: 1.85;
        }

    .about-page .about-points {
        display: grid;
        gap: 12px;
        margin-top: 25px;
    }

    .about-page .about-point {
        display: flex;
        align-items: center;
        gap: 13px;
        padding: 13px 15px;
        background: #fff;
        border: 1px solid var(--about-border);
        border-radius: 7px;
        transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

        .about-page .about-point:hover {
            transform: translateX(4px);
            border-color: rgba(212,167,44,.45);
            box-shadow: 0 10px 25px rgba(11,31,58,.07);
        }

    .about-page .about-point-icon {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        display: grid;
        place-items: center;
        color: var(--about-gold);
        background: #FBF6E8;
        border-radius: 6px;
    }

    .about-page .about-point strong,
    .about-page .about-point span {
        display: block;
    }

    .about-page .about-point strong {
        color: var(--about-navy);
        font-size: 13px;
        font-weight: 800;
    }

    .about-page .about-point span {
        margin-top: 3px;
        color: #718093;
        font-size: 11px;
        line-height: 1.5;
    }

    /* =========================================================
   VISION / MISSION / VALUES
========================================================= */

    .about-page .vision-section {
        padding: 90px 0;
        background: var(--about-bg);
    }

    .about-page .vision-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .about-page .vision-card {
        min-height: 295px;
        padding: 30px 27px;
        background: #fff;
        border: 1px solid var(--about-border);
        border-radius: 10px;
        transition: transform .25s ease, box-shadow .25s ease;
    }

        .about-page .vision-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 18px 40px rgba(11,31,58,.09);
        }

        .about-page .vision-card.featured {
            background: var(--about-navy);
            border-color: var(--about-navy);
        }

    .about-page .vision-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 22px;
        display: grid;
        place-items: center;
        color: var(--about-blue);
        background: #EDF3FA;
        border-radius: 7px;
    }

    .about-page .vision-card.featured .vision-icon {
        color: var(--about-gold);
        background: rgba(212,167,44,.13);
    }

    .about-page .vision-card > span {
        color: #B78918;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 1.4px;
    }

    .about-page .vision-card h3 {
        margin: 9px 0 12px;
        color: var(--about-navy);
        font-family: "Manrope", sans-serif;
        font-size: 20px;
        line-height: 1.35;
        font-weight: 800;
    }

    .about-page .vision-card.featured h3 {
        color: #fff;
    }

    .about-page .vision-card p {
        margin: 0;
        color: #647386;
        font-size: 13px;
        line-height: 1.75;
    }

    .about-page .vision-card.featured p {
        color: #C5D0DC;
    }

    /* =========================================================
   CERTIFICATIONS
========================================================= */

    .about-page .xfspl-certifications {
        padding: 90px 0;
        background: var(--about-navy);
    }

    .about-page .xfspl-certification-heading {
        max-width: 700px;
        margin-bottom: 35px;
    }

        .about-page .xfspl-certification-heading > span {
            display: block;
            margin-bottom: 10px;
            color: var(--about-gold);
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 1.8px;
        }

        .about-page .xfspl-certification-heading h2 {
            margin: 0 0 13px;
            color: #fff;
            font-family: "Manrope", sans-serif;
            font-size: 37px;
            line-height: 1.2;
            font-weight: 800;
        }

            .about-page .xfspl-certification-heading h2 strong {
                color: var(--about-gold);
            }

        .about-page .xfspl-certification-heading p {
            margin: 0;
            color: #AEBBC9;
            font-size: 13px;
            line-height: 1.8;
        }

    .about-page .xfspl-certification-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px;
    }

    .about-page .xfspl-certification-card {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        min-height: 145px;
        padding: 23px 20px;
        background: rgba(255,255,255,.045);
        border: 1px solid rgba(255,255,255,.10);
        border-radius: 8px;
        transition: transform .25s ease, background .25s ease, border-color .25s ease;
    }

        .about-page .xfspl-certification-card:hover {
            transform: translateY(-4px);
            background: rgba(212,167,44,.07);
            border-color: rgba(212,167,44,.42);
        }

    .about-page .xfspl-certification-icon {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        display: grid;
        place-items: center;
        color: var(--about-gold);
        background: rgba(212,167,44,.12);
        border-radius: 6px;
    }

    .about-page .xfspl-certification-card small {
        display: block;
        margin-bottom: 6px;
        color: var(--about-gold);
        font-size: 8px;
        font-weight: 800;
        letter-spacing: 1px;
    }

    .about-page .xfspl-certification-card h3 {
        margin: 0 0 7px;
        color: #fff;
        font-family: "Manrope", sans-serif;
        font-size: 14px;
        line-height: 1.45;
        font-weight: 800;
    }

    .about-page .xfspl-certification-card p {
        margin: 0;
        color: #93A3B4;
        font-size: 10px;
        line-height: 1.5;
    }

    .about-page .xfspl-company-registration {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
        margin-top: 15px;
    }

    .about-page .xfspl-registration-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 16px 20px;
        background: rgba(255,255,255,.035);
        border: 1px solid rgba(255,255,255,.09);
        border-radius: 7px;
    }

        .about-page .xfspl-registration-item span {
            color: #8998A8;
            font-size: 9px;
            font-weight: 700;
        }

        .about-page .xfspl-registration-item strong {
            color: var(--about-gold);
            font-size: 11px;
            font-weight: 800;
            letter-spacing: .3px;
        }

    /* =========================================================
   WHY XFSPL
========================================================= */

    .about-page .why-about {
        padding: 90px 0;
        background: #fff;
    }

    .about-page .why-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
    }

    .about-page .why-card {
        position: relative;
        min-height: 250px;
        padding: 28px 22px;
        background: #fff;
        border: 1px solid var(--about-border);
        border-radius: 9px;
        overflow: hidden;
        transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

        .about-page .why-card:hover {
            transform: translateY(-5px);
            border-color: rgba(212,167,44,.50);
            box-shadow: 0 15px 35px rgba(11,31,58,.08);
        }

    .about-page .why-number {
        position: absolute;
        top: 13px;
        right: 16px;
        color: #E8EDF3;
        font-size: 30px;
        font-weight: 900;
    }

    .about-page .why-card > i {
        width: 45px;
        height: 45px;
        margin-bottom: 20px;
        display: grid;
        place-items: center;
        color: var(--about-blue);
        background: #EAF2FC;
        border-radius: 7px;
    }

    .about-page .why-card h3 {
        margin: 0 0 9px;
        color: var(--about-navy);
        font-family: "Manrope", sans-serif;
        font-size: 17px;
        font-weight: 800;
    }

    .about-page .why-card p {
        margin: 0;
        color: #6B798A;
        font-size: 12px;
        line-height: 1.75;
    }

    /* =========================================================
   NUMBERS
========================================================= */

    .about-page .about-numbers {
        padding: 55px 0;
        background: var(--about-navy);
    }

    .about-page .numbers-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .about-page .number-item {
        min-height: 115px;
        padding: 10px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-right: 1px solid rgba(255,255,255,.12);
    }

        .about-page .number-item:last-child {
            border-right: 0;
        }

        .about-page .number-item i {
            margin-bottom: 8px;
            color: var(--about-gold);
            font-size: 19px;
        }

        .about-page .number-item strong {
            color: #fff;
            font-family: "Manrope", sans-serif;
            font-size: 27px;
            line-height: 1.2;
            font-weight: 800;
        }

        .about-page .number-item span {
            margin-top: 4px;
            color: #AEBCCC;
            font-size: 10px;
            font-weight: 600;
        }

    /* =========================================================
   LEADERSHIP
========================================================= */

    .about-page .about-leadership {
        padding: 90px 0;
        background: var(--about-bg);
    }

    .about-page .leadership-grid {
        display: grid;
        grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
        gap: 70px;
        align-items: center;
    }

    .about-page .leadership-image {
        position: relative;
        overflow: visible;
    }

        .about-page .leadership-image::before {
            content: "";
            position: absolute;
            inset: 18px -18px -18px 18px;
            border: 2px solid var(--about-gold);
            border-radius: 10px;
            z-index: 0;
        }

        .about-page .leadership-image img {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 500px;
            object-fit: cover;
            object-position: center top;
            border-radius: 10px;
            box-shadow: 0 20px 45px rgba(11,31,58,.14);
        }

    .about-page .leadership-content {
        min-width: 0;
    }

        .about-page .leadership-content h2 {
            margin: 0 0 23px;
            color: var(--about-navy);
            font-family: "Manrope", sans-serif;
            font-size: 39px;
            line-height: 1.15;
            font-weight: 800;
            letter-spacing: -.7px;
        }

            .about-page .leadership-content h2 span {
                display: block;
                color: var(--about-blue);
            }

        .about-page .leadership-content h3 {
            margin: 0;
            color: var(--about-navy);
            font-family: "Manrope", sans-serif;
            font-size: 23px;
            font-weight: 800;
        }

    .about-page .designation {
        display: block;
        margin-top: 4px;
        color: var(--about-blue);
        font-size: 12px;
        font-weight: 700;
    }

    .about-page .credentials {
        margin: 7px 0 0;
        color: #8A6B17 !important;
        font-size: 10px !important;
        font-weight: 800;
    }

    .about-page .leadership-content > p:not(.credentials) {
        margin: 20px 0 0;
        color: #637184;
        font-size: 13px;
        line-height: 1.85;
    }

    .about-page .leader-quote {
        display: flex;
        align-items: center;
        gap: 11px;
        margin: 23px 0;
        color: #B78918;
        font-family: "Manrope", sans-serif;
        font-size: 16px;
        font-weight: 800;
    }

        .about-page .leader-quote i {
            font-size: 20px;
        }

    .about-page .gold-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 12px 20px;
        background: var(--about-navy);
        color: #fff !important;
        border: 1px solid var(--about-navy);
        border-radius: 5px;
        font-size: 11px;
        font-weight: 800;
        transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
    }

        .about-page .gold-button i {
            color: var(--about-gold);
        }

        .about-page .gold-button:hover {
            color: #fff !important;
            background: var(--about-blue);
            border-color: var(--about-blue);
            transform: translateY(-2px);
        }

    /* =========================================================
   DIVERSITY
========================================================= */

    .about-page .diversity-section {
        position: relative;
        min-height: 400px;
        display: flex;
        align-items: center;
        padding: 85px 0;
        background: linear-gradient( 90deg, rgba(6,24,46,.98) 0%, rgba(6,24,46,.92) 45%, rgba(6,24,46,.55) 100% ), url("/images/about-diversity-bg.png") center / cover no-repeat;
        overflow: hidden;
    }

        .about-page .diversity-section::after {
            content: "X";
            position: absolute;
            right: 6%;
            top: 10px;
            color: rgba(255,255,255,.035);
            font-family: "Manrope", sans-serif;
            font-size: 270px;
            line-height: 1;
            font-weight: 900;
        }

    .about-page .diversity-content {
        position: relative;
        z-index: 2;
        max-width: 620px;
    }

        .about-page .diversity-content h2 {
            margin: 0 0 16px;
            color: #fff;
            font-family: "Manrope", sans-serif;
            font-size: clamp(38px, 5vw, 56px);
            line-height: 1.1;
            font-weight: 800;
        }

            .about-page .diversity-content h2 span {
                color: var(--about-gold);
            }

        .about-page .diversity-content p {
            max-width: 520px;
            margin: 0 0 25px;
            color: #C4D0DD;
            font-size: 16px;
            line-height: 1.75;
        }

    /* =========================================================
   FINAL CTA
========================================================= */

    .about-page .about-cta {
        padding: 32px 0;
        background: var(--about-gold);
    }

    .about-page .about-cta-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
    }

        .about-page .about-cta-inner > div > span {
            display: block;
            color: #5D4810;
            font-size: 9px;
            font-weight: 800;
            letter-spacing: 1.4px;
        }

    .about-page .about-cta h2 {
        margin: 5px 0 0;
        color: var(--about-navy);
        font-family: "Manrope", sans-serif;
        font-size: 27px;
        line-height: 1.25;
        font-weight: 800;
    }

    .about-page .about-cta .gold-button {
        flex-shrink: 0;
        background: var(--about-navy);
        border-color: var(--about-navy);
    }

        .about-page .about-cta .gold-button:hover {
            background: var(--about-dark);
            border-color: var(--about-dark);
        }

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .about-page .section-padding {
        padding: 70px 0;
    }

    .about-page .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .about-page .about-image-wrap {
        width: min(680px, 100%);
        margin: 0 auto;
    }

    .about-page .vision-grid {
        grid-template-columns: 1fr;
    }

    .about-page .vision-card {
        min-height: auto;
    }

    .about-page .xfspl-certification-grid {
        grid-template-columns: 1fr;
    }

    .about-page .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-page .leadership-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .about-page .leadership-image {
        width: min(620px, 100%);
        margin: 0 auto;
    }

    .about-page .numbers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-page .number-item:nth-child(2) {
        border-right: 0;
    }

    .about-page .number-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .about-page .about-cta-inner {
        align-items: flex-start;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .about-page .container {
        width: calc(100% - 30px);
    }

    .about-page .section-padding {
        padding: 60px 0;
    }

    .about-page .section-heading {
        margin-bottom: 35px;
    }

        .about-page .section-heading h2 {
            font-size: 30px;
        }

    /* Hero */

    .about-page .about-hero {
        min-height: 440px;
    }

    .about-page .about-hero-content {
        padding: 65px 0;
    }

    .about-page .about-hero h1 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .about-page .about-hero p {
        font-size: 13px;
    }

    /* Intro */

    .about-page .about-image-wrap {
        padding-right: 12px;
        padding-bottom: 25px;
    }

    .about-page .about-image img {
        height: 350px;
    }

    .about-page .about-experience {
        left: 0;
        padding: 14px 16px;
    }

        .about-page .about-experience strong {
            font-size: 25px;
        }

    .about-page .about-intro-content h2 {
        font-size: 31px;
    }

    /* Certifications */

    .about-page .xfspl-certifications {
        padding: 65px 0;
    }

    .about-page .xfspl-certification-heading h2 {
        font-size: 30px;
    }

    .about-page .xfspl-company-registration {
        grid-template-columns: 1fr;
    }

    .about-page .xfspl-registration-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    /* Why */

    .about-page .why-about {
        padding: 65px 0;
    }

    .about-page .why-grid {
        grid-template-columns: 1fr;
    }

    .about-page .why-card {
        min-height: auto;
    }

    /* Numbers */

    .about-page .numbers-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-page .number-item {
        min-height: 110px;
        padding: 12px 8px;
    }

        .about-page .number-item:nth-child(odd) {
            border-right: 1px solid rgba(255,255,255,.12);
        }

        .about-page .number-item:nth-child(even) {
            border-right: 0;
        }

    /* Leadership */

    .about-page .leadership-image img {
        height: 420px;
    }

    .about-page .leadership-content h2 {
        font-size: 31px;
    }

    /* Diversity */

    .about-page .diversity-section {
        min-height: 390px;
        padding: 65px 0;
    }

    .about-page .diversity-content h2 {
        font-size: 38px;
    }

    /* CTA */

    .about-page .about-cta {
        padding: 28px 0;
    }

    .about-page .about-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-page .about-cta h2 {
        font-size: 23px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .about-page .about-hero h1 {
        font-size: 33px;
    }

    .about-page .about-hero p {
        font-size: 12px;
    }

    .about-page .about-image img {
        height: 300px;
    }

    .about-page .vision-card {
        padding: 25px 20px;
    }

    .about-page .xfspl-certification-card {
        padding: 20px 16px;
    }

    .about-page .numbers-grid {
        grid-template-columns: 1fr;
    }

    .about-page .number-item,
    .about-page .number-item:nth-child(odd),
    .about-page .number-item:nth-child(even) {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

        .about-page .number-item:last-child {
            border-bottom: 0;
        }

    .about-page .leadership-image::before {
        inset: 10px -10px -10px 10px;
    }

    .about-page .leadership-image img {
        height: 360px;
    }

    .about-page .diversity-content h2 {
        font-size: 34px;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .about-page *,
    .about-page *::before,
    .about-page *::after {
        transition: none !important;
        animation: none !important;
    }
}
