.contact-banner-content h1 span{
    color: #8BC22C;
}

.about-stat-section{
    background-color: #002135;
    padding: 0;
}

.about-stat-wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.about-stat-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-stat-item{
    position: relative;
    padding: 40px 32px;
    text-align: center;
}

.about-stat-item + .about-stat-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.18);
}

.about-stat-item img{
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 18px;
    object-fit: contain;
}

.about-stat-value{
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.1;
}

.about-stat-unit{
    font-size: .75em;
}

.about-stat-item p{
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1.7;
}

.about-overview-section{
    padding: 96px 0;
}

.about-overview-wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.about-overview-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 56px;
    align-items: center;
}

.about-overview-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8BC22C;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
}

.about-overview-eyebrow::before{
    content: "";
    width: 28px;
    height: 1px;
    background-color: #8BC22C;
}

.about-overview-copy h2{
    margin-top: 16px;
    color: #111111;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.14;
}

.about-overview-copy h2 span{
    color: #8BC22C;
}

.about-overview-text{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-overview-text p{
    color: #555555;
    font-size: 16px;
    line-height: 1.8;
}

.about-overview-text strong{
    font-weight: bold;
    color: #555555;
}

.about-overview-points{
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.about-overview-points li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #444444;
    font-size: 14px;
    line-height: 1.8;
}

.about-overview-points img{
    width: 15px;
    height: 15px;
    margin-top: .35em;
    object-fit: contain;
    flex: 0 0 auto;
}

.about-overview-media{
    min-width: 0;
}

.about-overview-image{
    position: relative;
}

.about-overview-image > img{
    width: 100%;
    display: block;
    aspect-ratio: 64 / 48;
    object-fit: cover;
    border-radius: 24px;
}

.about-overview-location-card{
    position: absolute;
    left: -15px;
    bottom: -15px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
}

.about-overview-location-card img{
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
}

.about-overview-location-card h3{
    color: #111111;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
}

.about-overview-location-card p{
    margin-top: 4px;
    color: #999999;
    font-size: 12px;
    line-height: 1.5;
}

.about-overview-stat-card{
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 16px 18px 14px;
    border-radius: 16px;
    background-color: #002135;
    box-shadow: 0 18px 40px rgba(0, 33, 53, 0.2);
}

.about-overview-stat-value{
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: #8BC22C;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
}

.about-overview-stat-value span{
    font-size: .7em;
}

.about-overview-stat-card p{
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 1.5;
}

.about-capability-section{
    background-color: #002135;
    padding: 96px 0;
}

.about-capability-wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.about-capability-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    gap: 56px;
    align-items: start;
}

.about-capability-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8BC22C;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
}

.about-capability-eyebrow::before{
    content: "";
    width: 28px;
    height: 1px;
    background-color: #8BC22C;
}

.about-capability-copy h2{
    margin-top: 16px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.14;
}

.about-capability-copy h2 span{
    color: #8BC22C;
}

.about-capability-text{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-capability-text p{
    color: rgba(255, 255, 255, 0.56);
    font-size: 16px;
    line-height: 1.8;
}

.about-capability-text strong{
    color: #FFFFFF;
    font-weight: bold;
}

.about-capability-progress{
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.about-capability-progress-head{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.about-capability-progress-head span{
    color: rgba(255, 255, 255, 0.56);
    font-size: 14px;
    line-height: 1.5;
}

.about-capability-progress-head strong{
    color: #8BC22C;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
}

.about-capability-bar{
    height: 6px;
    border-radius: 999px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.1);
}

.about-capability-bar span{
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background-color: #8BC22C;
    animation: about-progress-load 1.8s ease forwards;
    animation-delay: .15s;
}

.about-capability-cards{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-capability-card{
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: transform .3s ease, background-color .3s ease, border-color .3s ease;
}

.about-capability-card img{
    width: 40px;
    height: 40px;
    display: block;
    object-fit: contain;
}

.about-capability-card h3{
    margin-top: 18px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}

.about-capability-card p{
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 1.7;
}

.about-gallery-section{
    background-color: #F3F4F3;
    padding: 96px 0;
}

.about-gallery-wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.about-gallery-head{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    gap: 32px;
    align-items: end;
}

.about-gallery-heading h2{
    margin-top: 16px;
    color: #111111;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.14;
}

.about-gallery-heading h2 span{
    color: #8BC22C;
}

.about-gallery-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8BC22C;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
}

.about-gallery-eyebrow::before{
    content: "";
    width: 28px;
    height: 1px;
    background-color: #8BC22C;
}

.about-gallery-head p{
    color: #666666;
    font-size: 14px;
    text-align: right;
}

.about-gallery-grid{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.about-gallery-card a{
    display: block;
    text-decoration: none;
}

.about-gallery-media{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.about-gallery-media img{
    width: 100%;
    display: block;
    aspect-ratio: 44 / 33;
    object-fit: cover;
    transition: transform .45s ease;
}

.about-gallery-overlay{
    position: absolute;
    inset: 0;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(0, 33, 53, 0) 28%, rgba(0, 33, 53, 0.22) 100%);
    transition: background-color .35s ease, opacity .35s ease;
}

.about-gallery-kicker{
    color: #8BC22C;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    transition: opacity .35s ease;
}

.about-gallery-overlay h3{
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.68);
    font-weight: normal;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 400;
    transition: color .35s ease, font-family .35s ease, opacity .35s ease;
}

.about-service-section{
    padding: 96px 0;
}

.about-service-wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.about-service-head{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
    gap: 32px;
    align-items: end;
}

.about-service-heading h2{
    margin-top: 16px;
    color: #111111;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.14;
}

.about-service-heading h2 span{
    color: #8BC22C;
}

.about-service-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8BC22C;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
}

.about-service-eyebrow::before{
    content: "";
    width: 28px;
    height: 1px;
    background-color: #8BC22C;
}

.about-service-head p{
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
    text-align: right;
}

.about-service-grid{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.about-service-card{
    padding: 24px;
    display: flex;
    flex-direction: column;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.about-service-card > img{
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
}

.about-service-card h3{
    margin-top: 18px;
    color: #111111;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
}

.about-service-card p{
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
    line-height: 1.75;
}

.about-service-tag{
    margin-top: auto;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    border-radius: 999px;
    background-color: rgba(139, 194, 44, 0.1);
    color: #8BC22C;
    font-size: 12px;
    line-height: 1.4;
}

.about-service-tag img{
    width: 12px;
    height: 12px;
    display: block;
    object-fit: contain;
}

.about-network-section{
    position: relative;
    overflow: hidden;
    background-color: #002135;
    padding: 96px 0;
}

.about-network-bg{
    position: absolute;
    inset: 0;
    opacity: 0.16;
    pointer-events: none;
    overflow: hidden;
}

.about-network-bg img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-network-wrap{
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.about-network-head{
    max-width: 760px;
}

.about-network-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8BC22C;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
}

.about-network-eyebrow::before{
    content: "";
    width: 28px;
    height: 1px;
    background-color: #8BC22C;
}

.about-network-head h2{
    margin-top: 16px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.14;
}

.about-network-head h2 span{
    color: #8BC22C;
}

.about-network-head p{
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 1.8;
}

.about-network-grid{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.about-network-card{
    padding: 24px;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: transform .3s ease, background-color .3s ease, border-color .3s ease;
}

.about-network-card > img{
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
}

.about-network-card h3{
    color: #FFFFFF;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
}

.about-network-card p{
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1.75;
}

.about-network-footer{
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.about-network-label{
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 1.4;
}

.about-network-tags{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-network-tags li{
    min-height: 38px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2;
}

.about-cta-section{
    position: relative;
    overflow: hidden;
    background-color: #001020;
    padding: 96px 0;
}

.about-cta-bg{
    position: absolute;
    inset: 0;
}

.about-cta-bg img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-cta-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 16, 32, 0.95);
    z-index: 1;
}

.about-cta-wrap{
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.about-cta-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr);
    gap: 56px;
    align-items: start;
}

.about-cta-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8BC22C;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
}

.about-cta-eyebrow::before{
    content: "";
    width: 28px;
    height: 1px;
    background-color: #8BC22C;
}

.about-cta-copy h2{
    margin-top: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.14;
}

.about-cta-copy h2 span{
    color: #8BC22C;
}

.about-cta-copy p{
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 1.8;
}

.about-cta-actions{
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.about-cta-btn{
    min-height: 58px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .3s ease, background-color .3s ease, border-color .3s ease;
}

.about-cta-btn-primary{
    background-color: #8BC22C;
    color: #002135;
    font-weight: bold;
}

.about-cta-btn-secondary{
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
}

.about-cta-cards{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-cta-card{
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.05);
}

.about-cta-card-value{
    color: #8BC22C;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
}

.about-cta-card-value span{
    font-size: .72em;
}

.about-cta-card p{
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1.75;
}

@keyframes about-progress-load{
    from{
        width: 0;
    }
    to{
        width: var(--progress-width);
    }
}

@media (hover: hover) and (pointer: fine) {
    .about-capability-card:hover{
        transform: translateY(-6px);
        background-color: rgba(255, 255, 255, 0.09);
        border-color: color-mix(in oklab, #8bc22c 30%, transparent);
    }

    .about-gallery-card:hover .about-gallery-media img{
        transform: scale(1.06);
    }

    .about-gallery-card:hover .about-gallery-overlay{
        background-color: rgba(0, 33, 53, 0.7);
    }

    .about-gallery-card:hover .about-gallery-kicker{
        opacity: 1;
    }

    .about-gallery-card:hover .about-gallery-overlay h3{
        color: #FFFFFF;
        font-weight: bold;
        opacity: 1;
        font-size: 16px;
    }

    .about-service-card:hover{
        transform: translateY(-6px);
        border-color: #8BC22C;
        box-shadow: 0 20px 44px rgba(17, 17, 17, 0.1);
    }

    .about-network-card:hover{
        transform: scale(1.03);
        background-color: rgba(255, 255, 255, 0.09);
        border-color: rgba(139, 194, 44, 0.5);
    }

    .about-network-tags li:hover{
        background-color: rgba(255, 255, 255, 0.1);
        border-color: rgba(139, 194, 44, 0.5);
    }

    .about-cta-btn-primary:hover{
        transform: scale(1.05);
    }

    .about-cta-btn-secondary:hover{
        background-color: rgba(255, 255, 255, 0.16);
    }
}

@media screen and (max-width: 1024px) {
    .about-stat-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 0;
    }

    .about-stat-item{
        padding: 0 24px;
    }

    .about-stat-item:nth-child(3)::before{
        display: none;
    }

    .about-overview-section{
        padding: 72px 0;
    }

    .about-overview-grid{
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-overview-copy h2{
        font-size: 36px;
    }

    .about-capability-section{
        padding: 72px 0;
    }

    .about-capability-grid{
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-capability-copy h2{
        font-size: 40px;
    }

    .about-gallery-section{
        padding: 72px 0;
    }

    .about-gallery-head{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-gallery-heading h2{
        font-size: 40px;
    }

    .about-service-section{
        padding: 72px 0;
    }

    .about-service-head{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-service-heading h2{
        font-size: 40px;
    }

    .about-service-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-network-section{
        padding: 72px 0;
    }

    .about-network-head h2{
        font-size: 40px;
    }

    .about-cta-section{
        padding: 72px 0;
    }

    .about-cta-grid{
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-cta-copy h2{
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
    .about-stat-section{
        padding: 0;
    }

    .about-stat-item{
        padding: 40px 20px;
    }

    .about-stat-value{
        font-size: 32px;
    }

    .about-overview-section{
        padding: 56px 0;
    }

    .about-overview-copy h2{
        font-size: 32px;
    }

    .about-overview-text p{
        font-size: 16px;
    }

    .about-overview-location-card{
        left: 12px;
        bottom: 12px;
        right: 12px;
        max-width: none;
    }

    .about-capability-section{
        padding: 56px 0;
    }

    .about-capability-copy h2{
        font-size: 34px;
    }

    .about-capability-text p{
        font-size: 16px;
    }

    .about-gallery-section{
        padding: 56px 0;
    }

    .about-gallery-heading h2{
        font-size: 34px;
    }

    .about-gallery-grid{
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-service-section{
        padding: 56px 0;
    }

    .about-service-heading h2{
        font-size: 34px;
    }

    .about-service-grid{
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-network-section{
        padding: 56px 0;
    }

    .about-network-head h2{
        font-size: 34px;
    }

    .about-network-head p{
        font-size: 16px;
    }

    .about-network-grid{
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-cta-section{
        padding: 56px 0;
    }

    .about-cta-copy h2{
        font-size: 34px;
    }

    .about-cta-copy p{
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .about-stat-grid{
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-stat-item{
        padding: 40px 0;
    }

    .about-stat-item + .about-stat-item::before{
        left: 50%;
        top: -14px;
        width: 40px;
        height: 1px;
        transform: translateX(-50%);
    }

    .about-stat-value{
        font-size: 28px;
    }

    .about-stat-item p{
        font-size: 13px;
    }

    .about-overview-section{
        padding: 44px 0;
    }

    .about-overview-grid{
        gap: 28px;
    }

    .about-overview-copy h2{
        font-size: 28px;
    }

    .about-overview-text{
        margin-top: 20px;
        gap: 14px;
    }

    .about-overview-text p{
        font-size: 15px;
    }

    .about-overview-location-card{
        position: static;
        margin: 12px 10px 0 0;
    }

    .about-overview-stat-card{
        top: 12px;
        right: 12px;
        padding: 14px 16px 12px;
    }

    .about-capability-section{
        padding: 44px 0;
    }

    .about-capability-grid{
        gap: 28px;
    }

    .about-capability-copy h2{
        font-size: 28px;
    }

    .about-capability-text{
        margin-top: 20px;
        gap: 14px;
    }

    .about-capability-text p{
        font-size: 15px;
    }

    .about-capability-progress{
        margin-top: 24px;
    }

    .about-capability-cards{
        grid-template-columns: 1fr;
    }

    .about-capability-card{
        padding: 20px;
    }

    .about-gallery-section{
        padding: 44px 0;
    }

    .about-gallery-heading h2{
        font-size: 28px;
    }

    .about-gallery-grid{
        margin-top: 28px;
    }

    .about-gallery-overlay{
        padding: 18px 16px;
    }

    .about-service-section{
        padding: 44px 0;
    }

    .about-service-heading h2{
        font-size: 28px;
    }

    .about-service-grid{
        margin-top: 28px;
    }

    .about-service-card{
        padding: 20px;
    }

    .about-network-section{
        padding: 44px 0;
    }

    .about-network-head h2{
        font-size: 28px;
    }

    .about-network-head p{
        font-size: 15px;
    }

    .about-network-footer{
        margin-top: 28px;
        padding-top: 24px;
    }

    .about-network-tags{
        gap: 10px;
    }

    .about-network-tags li{
        min-height: 36px;
        padding: 0 14px;
    }

    .about-cta-section{
        padding: 44px 0;
    }

    .about-cta-copy h2{
        font-size: 28px;
    }

    .about-cta-copy p{
        font-size: 15px;
    }

    .about-cta-actions{
        margin-top: 24px;
        gap: 12px;
    }

    .about-cta-btn{
        width: 100%;
    }

    .about-cta-cards{
        grid-template-columns: 1fr;
    }

    .about-cta-card{
        padding: 20px;
    }
}
