/* =========================================================
   PC SECURITY EXPERTS
   CSSBYDSSURYAWANSHI
   ABOUT PAGE
   ========================================================= */

:root {
    --pse-about-red: #C01818;
    --pse-about-red-dark: #960F0F;
    --pse-about-black: #1B1B1B;
    --pse-about-dark: #101010;
    --pse-about-white: #FFFFFF;
    --pse-about-light: #F7F7F7;
    --pse-about-gray: #666666;
    --pse-about-border: #E7E7E7;
    --pse-about-green: #22C55E;
}

.pse-about-page {
    width: 100%;
    overflow: hidden;
    background: var(--pse-about-light);
    color: var(--pse-about-black);
}

.pse-about-page *,
.pse-about-page *::before,
.pse-about-page *::after {
    box-sizing: border-box;
}

.pse-about-page .pse-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   COMMON
   ========================================================= */

.pse-about-section-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.pse-about-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--pse-about-red);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
}

.pse-about-section-heading h2 {
    margin: 0 0 16px;
    font-size: clamp(31px, 4vw, 46px);
    line-height: 1.12;
    font-weight: 900;
}

.pse-about-section-heading h2 span {
    color: var(--pse-about-red);
}

.pse-about-section-heading p {
    margin: 0;
    color: var(--pse-about-gray);
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   HERO
   ========================================================= */

.pse-about-hero {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: white;
    background:
        radial-gradient(
            circle at 78% 50%,
            rgba(192,24,24,.42),
            transparent 32%
        ),
        linear-gradient(
            120deg,
            #101010,
            #1B1B1B 52%,
            #710909
        );
}

.pse-about-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image:
        linear-gradient(
            90deg,
            rgba(255,255,255,.12) 1px,
            transparent 1px
        ),
        linear-gradient(
            rgba(255,255,255,.12) 1px,
            transparent 1px
        );
    background-size: 52px 52px;
}

.pse-about-hero .pse-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 50px;
}

.pse-about-hero-content {
    padding: 70px 0;
}

.pse-about-breadcrumb {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    color: rgba(255,255,255,.6);
    font-size: 12px;
}

.pse-about-breadcrumb a {
    color: white;
    text-decoration: none;
}

.pse-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50px;
    background: rgba(192,24,24,.16);
    font-size: 11px;
    font-weight: 700;
}

.pse-about-hero h1 {
    max-width: 700px;
    margin: 0 0 22px;
    font-size: clamp(42px, 5.5vw, 66px);
    line-height: 1.03;
    font-weight: 900;
}

.pse-about-hero h1 span {
    display: block;
    color: #ff5757;
}

.pse-about-hero-content > p {
    max-width: 650px;
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1.8;
}

.pse-about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.pse-about-primary-btn,
.pse-about-phone-btn {
    min-height: 49px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    transition: .25s;
}

.pse-about-primary-btn {
    color: white;
    background: var(--pse-about-red);
}

.pse-about-primary-btn:hover {
    background: var(--pse-about-red-dark);
}

.pse-about-phone-btn {
    color: white;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.05);
}

.pse-about-phone-btn:hover {
    background: white;
    color: var(--pse-about-red);
}


/* Hero visual */

.pse-about-hero-visual {
    position: relative;
    height: 470px;
}

.pse-about-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
}

.orbit-1 {
    width: 370px;
    height: 370px;
}

.orbit-2 {
    width: 285px;
    height: 285px;
}

.orbit-3 {
    width: 200px;
    height: 200px;
}

.pse-about-main-shield {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 210px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    color: var(--pse-about-red);
    font-size: 145px;
    filter: drop-shadow(0 25px 35px rgba(0,0,0,.45));
}

.pse-about-main-shield > i {
    -webkit-text-stroke: 2px white;
}

.pse-about-main-check {
    position: absolute;
    right: 14px;
    bottom: 28px;
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid white;
    border-radius: 50%;
    background: var(--pse-about-green);
    color: white;
    font-size: 18px;
}

.pse-about-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 205px;
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 11px;
    background: rgba(15,15,15,.78);
    box-shadow: 0 15px 35px rgba(0,0,0,.3);
    backdrop-filter: blur(10px);
}

.pse-about-floating-card > span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(192,24,24,.2);
    color: #ff6868;
}

.pse-about-floating-card strong,
.pse-about-floating-card small {
    display: block;
}

.pse-about-floating-card strong {
    font-size: 11px;
}

.pse-about-floating-card small {
    margin-top: 3px;
    color: rgba(255,255,255,.52);
    font-size: 9px;
}

.about-card-one {
    top: 65px;
    right: 0;
}

.about-card-two {
    left: 10px;
    bottom: 55px;
}


/* =========================================================
   INTRO
   ========================================================= */

.pse-about-intro {
    padding: 100px 0;
    background: white;
}

.pse-about-intro-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 80px;
    align-items: center;
}

.pse-about-image-area {
    position: relative;
}

.pse-about-image-frame {
    position: relative;
    height: 500px;
    overflow: hidden;
    border-radius: 18px;
    background: #1B1B1B;
    box-shadow: 0 20px 50px rgba(0,0,0,.13);
}

.pse-about-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        145deg,
        transparent 50%,
        rgba(192,24,24,.25)
    );
    pointer-events: none;
}

.pse-about-image-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.pse-about-image-badge {
    position: absolute;
    right: -20px;
    bottom: 30px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 15px 18px;
    border-radius: 10px;
    color: white;
    background: var(--pse-about-red);
    box-shadow: 0 15px 35px rgba(192,24,24,.3);
}

.pse-about-badge-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
}

.pse-about-image-badge strong,
.pse-about-image-badge span {
    display: block;
}

.pse-about-image-badge strong {
    font-size: 11px;
}

.pse-about-image-badge span {
    margin-top: 3px;
    color: rgba(255,255,255,.7);
    font-size: 9px;
}

.pse-about-intro-content h2 {
    margin: 0 0 20px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
}

.pse-about-intro-content h2 span {
    display: block;
    color: var(--pse-about-red);
}

.pse-about-intro-content > p {
    margin: 0 0 15px;
    color: var(--pse-about-gray);
    font-size: 14px;
    line-height: 1.8;
}

.pse-about-check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin: 27px 0;
}

.pse-about-check-list div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #444;
    font-size: 11px;
    font-weight: 700;
}

.pse-about-check-list i {
    color: var(--pse-about-green);
}

.pse-about-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 19px;
    border: 1px solid var(--pse-about-red);
    border-radius: 7px;
    color: var(--pse-about-red);
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    transition: .25s;
}

.pse-about-outline-btn:hover {
    color: white;
    background: var(--pse-about-red);
}


/* =========================================================
   STATS
   ========================================================= */

.pse-about-stats {
    padding: 30px 0;
    background: linear-gradient(
        110deg,
        #101010,
        #C01818
    );
}

.pse-about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.pse-about-stat {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px 28px;
    border-right: 1px solid rgba(255,255,255,.2);
    color: white;
}

.pse-about-stat:last-child {
    border-right: 0;
}

.pse-about-stat-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
}

.pse-about-stat strong,
.pse-about-stat small {
    display: block;
}

.pse-about-stat strong {
    font-size: 22px;
}

.pse-about-stat strong::after {
    content: "+";
}

.pse-about-stat small {
    margin-top: 2px;
    color: rgba(255,255,255,.65);
    font-size: 9px;
}


/* =========================================================
   MISSION
   ========================================================= */

.pse-about-mission {
    padding: 100px 0;
    background: var(--pse-about-light);
}

.pse-about-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.pse-about-mission-card {
    display: flex;
    gap: 22px;
    padding: 30px;
    border: 1px solid var(--pse-about-border);
    border-radius: 15px;
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
    transition: .3s;
}

.pse-about-mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.pse-about-mission-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--pse-about-red);
    color: white;
    font-size: 20px;
}

.pse-about-mission-card > div:last-child > span {
    color: var(--pse-about-red);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.pse-about-mission-card h3 {
    margin: 7px 0 9px;
    font-size: 19px;
}

.pse-about-mission-card p {
    margin: 0;
    color: #707070;
    font-size: 12px;
    line-height: 1.75;
}


/* =========================================================
   VALUES
   ========================================================= */

.pse-about-values {
    padding: 100px 0;
    background: white;
}

.pse-about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.pse-about-value-card {
    position: relative;
    padding: 30px 23px;
    border: 1px solid var(--pse-about-border);
    border-radius: 13px;
    overflow: hidden;
    background: white;
    transition: .3s;
}

.pse-about-value-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 40px rgba(0,0,0,.09);
}

.pse-about-value-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--pse-about-red);
}

.pse-about-value-number {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #eee;
    font-size: 30px;
    font-weight: 900;
}

.pse-about-value-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--pse-about-red);
    color: white;
    font-size: 20px;
}

.pse-about-value-card h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.pse-about-value-card p {
    margin: 0;
    color: #707070;
    font-size: 11px;
    line-height: 1.75;
}


/* =========================================================
   APPROACH
   ========================================================= */

.pse-about-approach {
    padding: 100px 0;
    background: var(--pse-about-light);
}

.pse-about-approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.pse-about-approach-visual {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
    background:
        radial-gradient(
            circle,
            rgba(192,24,24,.25),
            transparent 50%
        ),
        #101010;
}

.pse-about-tech-circle {
    position: absolute;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
}

.tech-circle-one {
    width: 350px;
    height: 350px;
}

.tech-circle-two {
    width: 250px;
    height: 250px;
}

.pse-about-approach-shield {
    position: relative;
    z-index: 2;
    color: var(--pse-about-red);
    font-size: 150px;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,.4));
}

.pse-about-approach-shield > i {
    -webkit-text-stroke: 2px white;
}

.pse-about-approach-shield > span {
    position: absolute;
    right: -5px;
    bottom: 25px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid white;
    border-radius: 50%;
    background: var(--pse-about-green);
    color: white;
    font-size: 16px;
}

.pse-about-status-card {
    position: absolute;
    right: 25px;
    top: 25px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 9px;
    background: rgba(255,255,255,.06);
}

.pse-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pse-about-green);
    box-shadow: 0 0 10px var(--pse-about-green);
}

.pse-about-status-card strong,
.pse-about-status-card small {
    display: block;
}

.pse-about-status-card strong {
    color: white;
    font-size: 10px;
}

.pse-about-status-card small {
    margin-top: 3px;
    color: rgba(255,255,255,.5);
    font-size: 8px;
}

.pse-about-approach-content h2 {
    margin: 0 0 20px;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.1;
}

.pse-about-approach-content h2 span {
    display: block;
    color: var(--pse-about-red);
}

.pse-about-approach-content > p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

.pse-about-approach-list {
    margin-top: 32px;
}

.pse-about-approach-item {
    display: flex;
    gap: 13px;
    margin-bottom: 20px;
}

.pse-about-approach-item > span {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFF0F0;
    color: var(--pse-about-red);
}

.pse-about-approach-item h3 {
    margin: 0 0 4px;
    font-size: 14px;
}

.pse-about-approach-item p {
    margin: 0;
    color: #777;
    font-size: 11px;
    line-height: 1.55;
}


/* =========================================================
   PRINCIPLES
   ========================================================= */

.pse-about-principles {
    padding: 95px 0;
    color: white;
    background:
        radial-gradient(
            circle at 50% 0,
            rgba(192,24,24,.35),
            transparent 38%
        ),
        #101010;
}

.pse-about-principles .pse-about-section-heading h2 {
    color: white;
}

.pse-about-principles .pse-about-section-heading p {
    color: rgba(255,255,255,.6);
}

.pse-about-principles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pse-about-principle {
    padding: 32px 25px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 14px;
    background: rgba(255,255,255,.035);
    transition: .3s;
}

.pse-about-principle:hover {
    transform: translateY(-5px);
    border-color: rgba(192,24,24,.6);
}

.pse-principle-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    background: var(--pse-about-red);
    font-size: 20px;
}

.pse-about-principle h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.pse-about-principle p {
    margin: 0;
    color: rgba(255,255,255,.58);
    font-size: 11px;
    line-height: 1.75;
}


/* =========================================================
   FAQ
   ========================================================= */

.pse-about-faq {
    padding: 95px 0;
    background: var(--pse-about-light);
}

.pse-about-faq-list {
    max-width: 850px;
    margin: 0 auto;
}

.pse-about-faq-item {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--pse-about-border);
    border-radius: 10px;
    background: white;
}

.pse-about-faq-question {
    width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 18px 22px;
    border: 0;
    background: white;
    color: var(--pse-about-black);
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 750;
}

.pse-about-faq-question i {
    color: var(--pse-about-red);
    transition: .25s;
}

.pse-about-faq-item.active .pse-about-faq-question i {
    transform: rotate(45deg);
}

.pse-about-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.pse-about-faq-answer p {
    margin: 0;
    padding: 0 22px 22px;
    color: #666;
    font-size: 12px;
    line-height: 1.75;
}


/* =========================================================
   CTA
   ========================================================= */

.pse-about-cta {
    padding: 65px 0;
    background: white;
}

.pse-about-cta-box {
    display: flex;
    align-items: center;
    gap: 23px;
    padding: 35px 40px;
    border-radius: 16px;
    color: white;
    background: linear-gradient(
        120deg,
        #101010,
        #C01818
    );
    box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

.pse-about-cta-icon {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    font-size: 24px;
}

.pse-about-cta-content {
    flex: 1;
}

.pse-about-cta-content > span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255,255,255,.58);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.pse-about-cta-content h2 {
    margin: 0 0 7px;
    font-size: 25px;
}

.pse-about-cta-content p {
    margin: 0;
    color: rgba(255,255,255,.67);
    font-size: 12px;
}

.pse-about-cta-actions {
    min-width: 190px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.pse-about-cta-btn {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 7px;
    background: white;
    color: var(--pse-about-red);
    text-decoration: none;
    font-size: 11px;
    font-weight: 850;
}

.pse-about-cta-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: white;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1050px) {

    .pse-about-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pse-about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pse-about-stat {
        border-bottom: 1px solid rgba(255,255,255,.15);
    }

    .pse-about-stat:nth-child(2) {
        border-right: 0;
    }

    .pse-about-stat:nth-child(3) {
        border-bottom: 0;
    }

    .pse-about-stat:nth-child(4) {
        border-bottom: 0;
        border-right: 0;
    }

}


@media (max-width: 850px) {

    .pse-about-hero .pse-container,
    .pse-about-intro-grid,
    .pse-about-approach-grid {
        grid-template-columns: 1fr;
    }

    .pse-about-hero-content {
        padding: 60px 0 15px;
    }

    .pse-about-hero-visual {
        height: 350px;
        margin-bottom: 45px;
    }

    .pse-about-intro-grid,
    .pse-about-approach-grid {
        gap: 45px;
    }

    .pse-about-image-frame {
        height: 430px;
    }

    .pse-about-mission-grid {
        grid-template-columns: 1fr;
    }

    .pse-about-principles-grid {
        grid-template-columns: 1fr;
    }

    .pse-about-cta-box {
        flex-wrap: wrap;
    }

}


@media (max-width: 600px) {

    .pse-about-page .pse-container {
        width: calc(100% - 28px);
    }

    .pse-about-hero h1 {
        font-size: 41px;
    }

    .pse-about-hero-actions {
        flex-direction: column;
    }

    .pse-about-primary-btn,
    .pse-about-phone-btn {
        width: 100%;
    }

    .pse-about-hero-visual {
        height: 300px;
    }

    .orbit-1 {
        width: 245px;
        height: 245px;
    }

    .orbit-2 {
        width: 185px;
        height: 185px;
    }

    .orbit-3 {
        width: 130px;
        height: 130px;
    }

    .pse-about-main-shield {
        font-size: 95px;
    }

    .pse-about-main-check {
        width: 40px;
        height: 40px;
        right: 35px;
        bottom: 35px;
        font-size: 13px;
    }

    .pse-about-floating-card {
        min-width: 155px;
        padding: 9px;
    }

    .pse-about-floating-card strong {
        font-size: 9px;
    }

    .pse-about-floating-card small {
        font-size: 8px;
    }

    .about-card-one {
        top: 10px;
        right: 0;
    }

    .about-card-two {
        bottom: 10px;
        left: 0;
    }

    .pse-about-intro,
    .pse-about-mission,
    .pse-about-values,
    .pse-about-approach,
    .pse-about-principles,
    .pse-about-faq {
        padding: 65px 0;
    }

    .pse-about-image-frame {
        height: 350px;
    }

    .pse-about-image-badge {
        right: 10px;
        bottom: 15px;
    }

    .pse-about-check-list {
        grid-template-columns: 1fr;
    }

    .pse-about-stats-grid {
        grid-template-columns: 1fr;
    }

    .pse-about-stat,
    .pse-about-stat:nth-child(2),
    .pse-about-stat:nth-child(3),
    .pse-about-stat:nth-child(4) {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.15);
    }

    .pse-about-stat:last-child {
        border-bottom: 0;
    }

    .pse-about-values-grid {
        grid-template-columns: 1fr;
    }

    .pse-about-approach-visual {
        min-height: 320px;
    }

    .tech-circle-one {
        width: 245px;
        height: 245px;
    }

    .tech-circle-two {
        width: 175px;
        height: 175px;
    }

    .pse-about-approach-shield {
        font-size: 105px;
    }

    .pse-about-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .pse-about-cta-actions {
        width: 100%;
    }

}