.elementor-20 .elementor-element.elementor-element-8ea18af{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-569f39f *//* ============================================================
   FORENSIC CLEANING SPECIALISTS
   PAGE 02 — ABOUT US
   FULL CSS
============================================================ */

:root{
    --fcs-navy:#071746;
    --fcs-navy-2:#0A1F58;
    --fcs-navy-3:#112D6D;

    --fcs-red:#D71932;
    --fcs-red-2:#F0283F;
    --fcs-red-dark:#A70D22;

    --fcs-white:#FFFFFF;
    --fcs-off:#F5F7FA;
    --fcs-soft:#E8EDF5;

    --fcs-text:#172033;
    --fcs-muted:#6F7888;

    --fcs-line:rgba(7,23,70,.12);
    --fcs-line-light:rgba(255,255,255,.14);

    --fcs-head:'Manrope',Arial,sans-serif;
    --fcs-body:'Inter',Arial,sans-serif;

    --fcs-max:1440px;
}


/* ============================================================
   GLOBAL
============================================================ */

.fcs-about,
.fcs-about *{
    box-sizing:border-box;
}

.fcs-about{
    width:100%;
    overflow:hidden;
    background:#fff;
    color:var(--fcs-text);
    font-family:var(--fcs-body);
}

.fcs-about img{
    display:block;
    width:100%;
}

.fcs-about h1,
.fcs-about h2,
.fcs-about h3,
.fcs-about p{
    margin:0;
}

.fcs-about h1,
.fcs-about h2,
.fcs-about h3{
    font-family:var(--fcs-head);
}

.fcs-about a{
    color:inherit;
    text-decoration:none;
}

.fcs-about-container{
    width:min(calc(100% - 48px),var(--fcs-max));
    margin:0 auto;
}


/* ============================================================
   KICKER
============================================================ */

.fcs-about-kicker{
    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:22px;

    color:var(--fcs-red);

    font-size:11px;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.fcs-about-kicker > span{
    width:34px;
    height:2px;
    background:var(--fcs-red);
}

.fcs-about-kicker--light{
    color:#fff;
}

.fcs-about-kicker--light > span{
    background:var(--fcs-red-2);
}


/* ============================================================
   SECTION 01 — ABOUT HERO
============================================================ */

.fcs-about-hero{
    position:relative;

    min-height:760px;

    display:flex;
    align-items:center;

    background:var(--fcs-navy);
    color:#fff;

    overflow:hidden;
}

.fcs-about-hero__media{
    position:absolute;
    inset:0;
}

.fcs-about-hero__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.fcs-about-hero__overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(4,14,48,.98) 0%,
            rgba(5,18,58,.94) 38%,
            rgba(6,21,65,.70) 68%,
            rgba(6,21,65,.48) 100%
        );
}

.fcs-about-hero__glow{
    position:absolute;

    width:600px;
    height:600px;

    right:-220px;
    top:-250px;

    border-radius:50%;

    background:rgba(215,25,50,.18);

    filter:blur(100px);
}

.fcs-about-hero__container{
    position:relative;
    z-index:4;

    padding-top:100px;
    padding-bottom:125px;

    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(300px,.6fr);
    gap:80px;
    align-items:end;
}

.fcs-about-hero__content{
    max-width:900px;
}

.fcs-about-hero h1{
    max-width:850px;

    color:#fff;

    font-size:clamp(58px,6.2vw,96px);
    font-weight:800;

    line-height:.98;
    letter-spacing:-.055em;
}

.fcs-about-hero h1 span{
    display:block;
    margin-top:7px;

    color:var(--fcs-red-2);
}

.fcs-about-hero__content > p{
    max-width:690px;

    margin-top:28px !important;

    color:rgba(255,255,255,.72);

    font-size:15px;
    line-height:1.85;
}

.fcs-about-hero__panel{
    padding:30px;

    border-top:3px solid var(--fcs-red);

    background:rgba(5,19,58,.82);
    backdrop-filter:blur(18px);
}

.fcs-about-hero__panel-icon{
    width:52px;
    height:52px;

    margin-bottom:32px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);
    color:#fff;

    font-size:18px;
}

.fcs-about-hero__panel small{
    display:block;

    margin-bottom:10px;

    color:rgba(255,255,255,.45);

    font-size:8px;
    font-weight:800;
    letter-spacing:.14em;
}

.fcs-about-hero__panel strong{
    display:block;

    color:#fff;

    font-size:23px;
    font-weight:700;

    line-height:1.4;
    letter-spacing:-.03em;
}

.fcs-about-hero__strip{
    position:absolute;
    left:0;
    right:0;
    bottom:0;

    z-index:5;

    border-top:1px solid rgba(255,255,255,.12);

    background:rgba(3,12,40,.72);
    backdrop-filter:blur(10px);
}

.fcs-about-hero__strip .fcs-about-container{
    min-height:66px;

    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.fcs-about-hero__strip div{
    min-height:66px;

    padding:0 18px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    border-right:1px solid rgba(255,255,255,.10);

    color:rgba(255,255,255,.62);
}

.fcs-about-hero__strip div:last-child{
    border-right:0;
}

.fcs-about-hero__strip i{
    color:var(--fcs-red-2);
    font-size:14px;
}

.fcs-about-hero__strip span{
    font-size:9px;
    font-weight:700;
    letter-spacing:.06em;
}


/* ============================================================
   SECTION 02 — WHO WE ARE
============================================================ */

.fcs-about-intro{
    padding:130px 0;
    background:#fff;
}

.fcs-about-intro__grid{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:100px;
    align-items:center;
}

.fcs-about-intro__content{
    max-width:650px;
}

.fcs-about-intro h2,
.fcs-about-heading h2,
.fcs-about-difference__top h2,
.fcs-about-location h2{
    color:var(--fcs-navy);

    font-size:clamp(42px,4.2vw,64px);
    font-weight:800;

    line-height:1.04;
    letter-spacing:-.05em;
}

.fcs-about-intro h2 span,
.fcs-about-heading h2 span,
.fcs-about-difference__top h2 span,
.fcs-about-location h2 span{
    display:block;
    color:var(--fcs-red);
}

.fcs-about-intro__lead{
    margin-top:28px !important;

    color:var(--fcs-muted);

    font-size:15px;
    line-height:1.9;
}

.fcs-about-intro__statement{
    margin-top:35px;

    padding:24px;

    display:grid;
    grid-template-columns:46px 1fr;
    gap:18px;

    border-left:3px solid var(--fcs-red);

    background:var(--fcs-off);
}

.fcs-about-intro__statement > span{
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-navy);
    color:#fff;
}

.fcs-about-intro__statement p{
    color:var(--fcs-text);

    font-size:13px;
    font-weight:600;
    line-height:1.8;
}

.fcs-about-intro__visual{
    position:relative;
    min-height:680px;
}

.fcs-about-intro__image{
    overflow:hidden;
}

.fcs-about-intro__image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.fcs-about-intro__image--main{
    width:84%;
    height:610px;
    margin-left:auto;
}

.fcs-about-intro__image--small{
    position:absolute;

    left:0;
    bottom:0;

    width:47%;
    height:300px;

    border:8px solid #fff;
}

.fcs-about-intro__badge{
    position:absolute;

    left:0;
    top:55px;

    width:285px;

    padding:18px;

    display:flex;
    align-items:center;
    gap:14px;

    background:var(--fcs-navy);
    color:#fff;
}

.fcs-about-intro__badge > i{
    width:48px;
    height:48px;

    flex:0 0 48px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);

    font-size:17px;
}

.fcs-about-intro__badge small{
    display:block;

    margin-bottom:4px;

    color:rgba(255,255,255,.42);

    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
}

.fcs-about-intro__badge strong{
    font-size:12px;
    line-height:1.45;
}


/* ============================================================
   SECTION 03 — PRINCIPLES
============================================================ */

.fcs-about-principles{
    position:relative;

    padding:130px 0;

    background:var(--fcs-navy);
    color:#fff;
}

.fcs-about-principles__texture{
    position:absolute;
    inset:0;

    opacity:.08;

    background-image:
        radial-gradient(
            rgba(255,255,255,.8) .6px,
            transparent .6px
        );

    background-size:14px 14px;
}

.fcs-about-principles .fcs-about-container{
    position:relative;
    z-index:2;
}

.fcs-about-heading{
    margin-bottom:60px;

    display:grid;
    grid-template-columns:1.2fr .55fr;
    gap:70px;
    align-items:end;
}

.fcs-about-heading h2{
    color:#fff;
}

.fcs-about-heading h2 span{
    color:var(--fcs-red-2);
}

.fcs-about-heading > p{
    color:rgba(255,255,255,.54);

    font-size:13px;
    line-height:1.85;
}

.fcs-about-principles__grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);

    border-top:1px solid rgba(255,255,255,.12);
    border-left:1px solid rgba(255,255,255,.12);
}

.fcs-about-principles__grid article{
    min-height:340px;

    padding:28px;

    border-right:1px solid rgba(255,255,255,.12);
    border-bottom:1px solid rgba(255,255,255,.12);

    display:flex;
    flex-direction:column;

    transition:.3s ease;
}

.fcs-about-principles__grid article:hover{
    background:rgba(255,255,255,.04);
}

.fcs-about-principles__number{
    margin-bottom:25px;

    color:rgba(255,255,255,.28);

    font-size:9px;
    font-weight:800;
    letter-spacing:.1em;
}

.fcs-about-principles__icon{
    width:52px;
    height:52px;

    margin-bottom:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);

    color:#fff;
    font-size:18px;
}

.fcs-about-principles__grid h3{
    margin-top:42px;

    color:#fff;

    font-size:21px;
    font-weight:800;
    letter-spacing:-.025em;
}

.fcs-about-principles__grid p{
    margin-top:10px !important;

    color:rgba(255,255,255,.56);

    font-size:11px;
    line-height:1.75;
}


/* ============================================================
   SECTION 04 — DIFFERENCE
============================================================ */

.fcs-about-difference{
    padding:130px 0;

    background:var(--fcs-off);
}

.fcs-about-difference__top{
    margin-bottom:60px;

    display:grid;
    grid-template-columns:1.2fr .55fr;
    gap:70px;
    align-items:end;
}

.fcs-about-difference__top > p{
    color:var(--fcs-muted);

    font-size:13px;
    line-height:1.85;
}

.fcs-about-difference__grid{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:70px;
    align-items:stretch;
}

.fcs-about-difference__visual{
    position:relative;

    min-height:680px;

    overflow:hidden;
}

.fcs-about-difference__visual > img{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;
}

.fcs-about-difference__visual:after{
    content:"";

    position:absolute;
    inset:0;

    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(4,16,54,.88) 100%
        );
}

.fcs-about-difference__visual-panel{
    position:absolute;

    z-index:2;

    left:28px;
    right:28px;
    bottom:28px;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,.25);

    display:flex;
    align-items:center;
    gap:16px;

    color:#fff;
}

.fcs-about-difference__visual-panel > i{
    width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);

    flex:0 0 48px;
}

.fcs-about-difference__visual-panel small{
    display:block;

    margin-bottom:4px;

    color:rgba(255,255,255,.42);

    font-size:8px;
    font-weight:800;
    letter-spacing:.13em;
}

.fcs-about-difference__visual-panel strong{
    display:block;

    font-size:14px;
    line-height:1.45;
}

.fcs-about-difference__items{
    border-top:1px solid var(--fcs-line);
}

.fcs-about-difference__items article{
    min-height:155px;

    padding:27px 0;

    border-bottom:1px solid var(--fcs-line);

    display:grid;
    grid-template-columns:58px 1fr;
    gap:18px;
    align-items:center;

    transition:.3s ease;
}

.fcs-about-difference__items article:hover{
    padding-left:14px;
}

.fcs-about-difference__items article > span{
    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:var(--fcs-red);

    font-size:17px;
}

.fcs-about-difference__items small{
    display:block;

    margin-bottom:5px;

    color:rgba(7,23,70,.30);

    font-size:8px;
    font-weight:800;
}

.fcs-about-difference__items h3{
    color:var(--fcs-navy);

    font-size:19px;
    font-weight:800;
    letter-spacing:-.025em;
}

.fcs-about-difference__items p{
    margin-top:7px !important;

    color:var(--fcs-muted);

    font-size:11px;
    line-height:1.7;
}


/* ============================================================
   SECTION 05 — SITUATIONS
============================================================ */

.fcs-about-situations{
    padding:130px 0;

    background:#050F32;
    color:#fff;
}

.fcs-about-heading--dark{
    grid-template-columns:1fr;
}

.fcs-about-situations__grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.fcs-about-situation{
    position:relative;

    min-height:430px;

    overflow:hidden;

    background:var(--fcs-navy-2);
}

.fcs-about-situation__image{
    position:absolute;
    inset:0;
}

.fcs-about-situation__image img{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:transform .65s ease;
}

.fcs-about-situation:hover .fcs-about-situation__image img{
    transform:scale(1.05);
}

.fcs-about-situation__overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            180deg,
            rgba(3,13,43,.08) 20%,
            rgba(3,13,43,.90) 100%
        );
}

.fcs-about-situation__content{
    position:absolute;
    inset:0;

    z-index:2;

    padding:26px;

    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}

.fcs-about-situation__content > span{
    width:48px;
    height:48px;

    margin-bottom:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);

    color:#fff;
}

.fcs-about-situation h3{
    color:#fff;

    font-size:24px;
    font-weight:700;

    line-height:1.2;
    letter-spacing:-.035em;
}

.fcs-about-situation--red{
    background:var(--fcs-red);
}

.fcs-about-situation--red .fcs-about-situation__content{
    position:relative;
    min-height:430px;
}

.fcs-about-situation--red .fcs-about-situation__content > span{
    background:#fff;
    color:var(--fcs-red);
}

.fcs-about-situation--red small{
    margin-bottom:12px;

    color:rgba(255,255,255,.65);

    font-size:8px;
    font-weight:800;
    letter-spacing:.13em;
}

.fcs-about-situation--red h3{
    margin-bottom:25px;
}

.fcs-about-situation--red a{
    padding-top:18px;

    border-top:1px solid rgba(255,255,255,.24);

    display:flex;
    align-items:center;
    justify-content:space-between;

    color:#fff;

    font-size:10px;
    font-weight:800;
}


/* ============================================================
   SECTION 06 — LOCATION
============================================================ */

.fcs-about-location{
    padding:130px 0;

    background:#fff;
}

.fcs-about-location__grid{
    display:grid;
    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
    gap:90px;
    align-items:stretch;
}

.fcs-about-location__content{
    padding:35px 0;
}

.fcs-about-location__content > p{
    max-width:600px;

    margin-top:28px !important;

    color:var(--fcs-muted);

    font-size:14px;
    line-height:1.85;
}

.fcs-about-location__details{
    margin-top:40px;

    border-top:1px solid var(--fcs-line);
}

.fcs-about-location__details > div{
    padding:23px 0;

    border-bottom:1px solid var(--fcs-line);

    display:grid;
    grid-template-columns:52px 1fr;
    gap:15px;
}

.fcs-about-location__details > div > span{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-off);
    color:var(--fcs-red);
}

.fcs-about-location__details small{
    display:block;

    margin-bottom:6px;

    color:rgba(7,23,70,.36);

    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
}

.fcs-about-location__details strong,
.fcs-about-location__details a{
    color:var(--fcs-navy);

    font-size:13px;
    font-weight:700;
    line-height:1.65;
}

.fcs-about-location__details a{
    font-size:20px;
}

.fcs-about-location__map{
    position:relative;

    min-height:620px;

    background:var(--fcs-off);
}

.fcs-about-location__map iframe{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;
}

.fcs-about-location__map-label{
    position:absolute;

    left:25px;
    bottom:25px;

    z-index:3;

    width:270px;

    padding:18px;

    display:flex;
    align-items:center;
    gap:14px;

    background:var(--fcs-navy);
    color:#fff;

    box-shadow:0 15px 45px rgba(7,23,70,.18);
}

.fcs-about-location__map-label > span{
    width:44px;
    height:44px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);
}

.fcs-about-location__map-label small{
    display:block;

    margin-bottom:4px;

    color:rgba(255,255,255,.40);

    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
}

.fcs-about-location__map-label strong{
    font-size:13px;
}


/* ============================================================
   SECTION 07 — FINAL CTA
============================================================ */

.fcs-about-cta{
    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:#050F32;
    color:#fff;
}

.fcs-about-cta__glow{
    position:absolute;

    width:650px;
    height:650px;

    right:-240px;
    top:-300px;

    border-radius:50%;

    background:rgba(215,25,50,.18);

    filter:blur(100px);
}

.fcs-about-cta .fcs-about-container{
    position:relative;
    z-index:2;
}

.fcs-about-cta__status{
    padding-bottom:24px;

    border-bottom:1px solid rgba(255,255,255,.12);

    display:flex;
    align-items:center;
    gap:12px;

    color:rgba(255,255,255,.56);

    font-size:9px;
    font-weight:800;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.fcs-about-cta__status > span{
    width:9px;
    height:9px;

    border-radius:50%;

    background:var(--fcs-red-2);

    box-shadow:0 0 0 6px rgba(240,40,63,.12);
}

.fcs-about-cta__main{
    padding:60px 0;

    display:grid;
    grid-template-columns:1fr .7fr;
    gap:80px;
    align-items:end;
}

.fcs-about-cta h2{
    max-width:800px;

    color:#fff;

    font-size:clamp(46px,5.4vw,78px);
    font-weight:800;

    line-height:1.02;
    letter-spacing:-.055em;
}

.fcs-about-cta h2 span{
    display:block;
    color:var(--fcs-red-2);
}

.fcs-about-cta__contact small{
    display:block;

    margin-bottom:9px;

    color:var(--fcs-red-2);

    font-size:8px;
    font-weight:800;
    letter-spacing:.15em;
}

.fcs-about-cta__contact > a{
    display:block;

    color:#fff;

    font-family:var(--fcs-head);

    font-size:clamp(34px,4vw,55px);
    font-weight:800;

    line-height:1.1;
    letter-spacing:-.04em;
}

.fcs-about-cta__contact p{
    max-width:420px;

    margin-top:16px !important;

    color:rgba(255,255,255,.52);

    font-size:11px;
    line-height:1.7;
}

.fcs-about-cta__bottom{
    padding-top:26px;

    border-top:1px solid rgba(255,255,255,.12);

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;

    color:rgba(255,255,255,.50);
}

.fcs-about-cta__bottom > span{
    font-size:10px;
    font-weight:700;
}

.fcs-about-cta__bottom a{
    display:flex;
    align-items:center;
    gap:12px;

    color:#fff;

    font-size:10px;
    font-weight:800;
}

.fcs-about-cta__bottom a i{
    color:var(--fcs-red-2);
}


/* ============================================================
   ICON SAFETY
============================================================ */

.fcs-about .fa-solid,
.fcs-about .fas{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    font-style:normal;
    line-height:1;
}


/* ============================================================
   TABLET
============================================================ */

@media(max-width:1100px){

    .fcs-about-hero__container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .fcs-about-hero__panel{
        max-width:520px;
    }

    .fcs-about-intro__grid,
    .fcs-about-location__grid{
        gap:60px;
    }

    .fcs-about-principles__grid{
        grid-template-columns:repeat(2,1fr);
    }

    .fcs-about-situations__grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/* ============================================================
   TABLET / MOBILE
============================================================ */

@media(max-width:820px){

    .fcs-about-container{
        width:min(calc(100% - 34px),var(--fcs-max));
    }

    .fcs-about-hero{
        min-height:auto;
    }

    .fcs-about-hero__container{
        padding-top:90px;
        padding-bottom:115px;
    }

    .fcs-about-hero h1{
        font-size:clamp(50px,11vw,76px);
    }

    .fcs-about-hero__strip{
        display:none;
    }

    .fcs-about-intro,
    .fcs-about-principles,
    .fcs-about-difference,
    .fcs-about-situations,
    .fcs-about-location{
        padding:90px 0;
    }

    .fcs-about-intro__grid,
    .fcs-about-difference__grid,
    .fcs-about-location__grid{
        grid-template-columns:1fr;
    }

    .fcs-about-intro__content{
        order:-1;
    }

    .fcs-about-heading,
    .fcs-about-difference__top{
        grid-template-columns:1fr;
        gap:25px;
    }

    .fcs-about-location__map{
        min-height:500px;
    }

    .fcs-about-cta__main{
        grid-template-columns:1fr;
        gap:40px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media(max-width:620px){

    .fcs-about-container{
        width:calc(100% - 28px);
    }

    .fcs-about-hero__container{
        padding-top:70px;
        padding-bottom:70px;
    }

    .fcs-about-hero h1{
        font-size:46px;
        line-height:1.02;
    }

    .fcs-about-hero__content > p{
        margin-top:24px !important;

        font-size:13px;
        line-height:1.75;
    }

    .fcs-about-hero__panel{
        padding:22px;
    }

    .fcs-about-hero__panel strong{
        font-size:20px;
    }

    .fcs-about-intro h2,
    .fcs-about-heading h2,
    .fcs-about-difference__top h2,
    .fcs-about-location h2{
        font-size:38px;
    }

    .fcs-about-intro__visual{
        min-height:500px;
    }

    .fcs-about-intro__image--main{
        width:90%;
        height:440px;
    }

    .fcs-about-intro__image--small{
        width:50%;
        height:210px;

        border-width:6px;
    }

    .fcs-about-intro__badge{
        top:28px;

        width:225px;

        padding:13px;
    }

    .fcs-about-principles__grid{
        grid-template-columns:1fr;
    }

    .fcs-about-principles__grid article{
        min-height:270px;
    }

    .fcs-about-difference__visual{
        min-height:430px;
    }

    .fcs-about-difference__items article{
        grid-template-columns:48px 1fr;
        gap:12px;
    }

    .fcs-about-situations__grid{
        grid-template-columns:1fr;
    }

    .fcs-about-situation,
    .fcs-about-situation--red .fcs-about-situation__content{
        min-height:390px;
    }

    .fcs-about-location__map{
        min-height:430px;
    }

    .fcs-about-location__map-label{
        left:15px;
        right:15px;
        bottom:15px;

        width:auto;
    }

    .fcs-about-cta{
        padding:80px 0;
    }

    .fcs-about-cta h2{
        font-size:43px;
    }

    .fcs-about-cta__bottom{
        flex-direction:column;
        align-items:flex-start;
    }

}/* End custom CSS */