*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        :root {
            --white: #FFFFFF; --dark: #00253A; --blue: #009EDE; --cream: #EEEDE7;
            --blue-light: #E8F6FD; --blue-dark: #007BB5;
            --shadow-sm: 0 2px 8px rgba(0,37,58,0.06); --shadow-md: 0 4px 20px rgba(0,37,58,0.08);
            --shadow-lg: 0 12px 40px rgba(0,37,58,0.12); --radius: 20px;
            --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .gp-page { width:100%!important; max-width:100%!important; margin:0!important; padding:0!important; font-family:'Montserrat',-apple-system,BlinkMacSystemFont,sans-serif!important; color:var(--dark); background:var(--white); line-height:1.6; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
        .gp-page a { color:inherit; text-decoration:none; }
        .gp-page img { max-width:100%; height:auto; display:block; }
        .gp-page h1,.gp-page h2,.gp-page h3,.gp-page h4 { line-height:1.15; font-weight:700; letter-spacing:-0.02em; margin:0; padding:0; }
        .gp-page h1 { font-size:clamp(2.2rem,5vw,3.5rem)!important; font-weight:800!important; }
        .gp-page h2 { font-size:clamp(1.8rem,3.5vw,2.6rem)!important; }
        .gp-page h3 { font-size:clamp(1.2rem,2vw,1.5rem)!important; }
        .gp-page p { font-size:1.05rem; line-height:1.7; color:rgba(0,37,58,0.7); margin:0; }
        .gp-page .container { max-width:1200px!important; margin-left:auto!important; margin-right:auto!important; padding-left:24px!important; padding-right:24px!important; width:100%!important; }
        .gp-page .section { padding:100px 0!important; width:100%!important; display:block!important; }
        .section-label { display:inline-flex; align-items:center; gap:8px; font-size:0.8rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--blue); margin-bottom:16px; }
        .section-label::before { content:''; display:block; width:24px; height:2px; background:var(--blue); }
        .section-header { max-width:680px; margin-bottom:60px!important; }
        .section-header.text-center { margin-left:auto!important; margin-right:auto!important; text-align:center; }
        .section-header p { margin-top:16px!important; }
        .gp-page .btn { display:inline-flex!important; align-items:center!important; gap:10px!important; padding:16px 32px!important; border-radius:60px!important; font-family:'Montserrat',sans-serif!important; font-size:0.95rem!important; font-weight:600!important; text-decoration:none!important; cursor:pointer!important; border:none!important; transition:var(--transition); line-height:1.4!important; }
        .gp-page .btn-primary { background:var(--blue)!important; color:var(--white)!important; box-shadow:0 4px 15px rgba(0,158,222,0.3)!important; }
        .gp-page .btn-primary:hover { background:var(--blue-dark)!important; color:var(--white)!important; transform:translateY(-2px); }
        .gp-page .btn-secondary { background:transparent!important; color:var(--dark)!important; border:2px solid rgba(0,37,58,0.1)!important; }
        .gp-page .btn-secondary:hover { border-color:var(--dark)!important; background:var(--dark)!important; color:var(--white)!important; }
        .btn-arrow { transition:transform 0.3s ease; }
        .gp-page .btn:hover .btn-arrow { transform:translateX(4px); }
        .gp-page .hero { padding:80px 0 0!important; width:100%!important; display:block!important; background:linear-gradient(180deg,var(--white) 0%,var(--blue-light) 45%,var(--cream) 85%,var(--cream) 100%)!important; position:relative; overflow:hidden; }
        .gp-page .hero-grid { display:grid!important; grid-template-columns:1fr 1fr!important; gap:60px!important; align-items:center!important; padding-bottom:80px!important; }
        .hero-badge { display:inline-flex; align-items:center; gap:8px; background:var(--white); padding:8px 16px; border-radius:60px; font-size:0.82rem; font-weight:600; color:var(--dark); box-shadow:0 1px 3px rgba(0,37,58,0.08); margin-bottom:24px; border:1px solid rgba(0,158,222,0.15); }
        .hero-badge-dot { width:8px; height:8px; background:#34C759; border-radius:50%; }
        .gp-page .hero h1 { margin-bottom:20px!important; }
        .hero .highlight { color:var(--blue); }
        .hero-text { font-size:1.15rem; color:rgba(0,37,58,0.5); margin-bottom:36px!important; max-width:520px; }
        .hero-buttons { display:flex; gap:16px; flex-wrap:wrap; }
        .hero-illustration { width:100%; max-width:500px; filter:drop-shadow(0 20px 40px rgba(0,37,58,0.1)); margin:0 auto; }
        .gp-page .trust-bar { padding:24px 0!important; display:block!important; width:100%!important; background:var(--cream)!important; }
        .gp-page .trust-items { display:flex!important; align-items:center!important; justify-content:center!important; gap:12px!important; flex-wrap:wrap!important; }
        .trust-pill { display:inline-flex; align-items:center; gap:8px; padding:10px 20px; border-radius:60px; background:var(--white); font-size:0.82rem; font-weight:600; color:var(--dark); box-shadow:0 1px 4px rgba(0,37,58,0.06); transition:var(--transition); }
        .trust-pill:hover { background:var(--blue-light); }
        .trust-pill svg { width:16px; height:16px; color:var(--blue); flex-shrink:0; }
        .gp-page .features-strip { background:var(--cream)!important; display:block!important; width:100%!important; }
        .gp-page .features-strip-inner { display:grid!important; grid-template-columns:1fr 1fr!important; gap:60px!important; align-items:center!important; }
        .features-strip-content h2 { margin-bottom:16px!important; }
        .features-strip-content p { margin-bottom:28px!important; font-size:1.08rem; }
        .features-strip-img { width:100%; max-width:440px; height:auto; justify-self:center; filter:drop-shadow(0 12px 30px rgba(0,37,58,0.1)); }
        .gp-page .pain-section { background:var(--white)!important; }
        .pain-grid { display:grid!important; grid-template-columns:repeat(3,1fr)!important; gap:24px!important; margin-top:48px!important; }
        .pain-card { padding:32px 28px; border-radius:var(--radius); border:1px solid rgba(0,37,58,0.06); transition:var(--transition); text-align:center; }
        .pain-card:hover { border-color:rgba(0,158,222,0.2); box-shadow:var(--shadow-md); }
        .pain-icon { width:48px; height:48px; background:var(--blue-light); border-radius:12px; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; }
        .pain-icon svg { width:22px; height:22px; color:var(--blue); }
        .pain-card h4 { margin-bottom:8px!important; font-size:1rem!important; }
        .pain-card p { font-size:0.9rem; }
        .gp-page .kostenlos-section { background:var(--dark)!important; color:var(--white)!important; display:block!important; width:100%!important; position:relative; overflow:hidden; }
        .kostenlos-section::before { content:''; position:absolute; top:0; right:0; width:50%; height:100%; background:radial-gradient(ellipse at 80% 50%,rgba(0,158,222,0.12) 0%,transparent 60%); }
        .gp-page .kostenlos-grid { display:grid!important; grid-template-columns:1fr 1fr!important; gap:80px!important; align-items:start!important; position:relative; z-index:1; }
        .kostenlos-content .section-label { color:var(--blue)!important; }
        .kostenlos-content .section-label::before { background:var(--blue)!important; }
        .kostenlos-section h2 { color:var(--white)!important; margin-bottom:16px!important; }
        .kostenlos-section .kostenlos-text { color:rgba(255,255,255,0.65)!important; margin-top:16px!important; }
        .kostenlos-highlight { display:flex; align-items:flex-start; gap:20px; background:rgba(0,158,222,0.08); border:1px solid rgba(0,158,222,0.15); border-radius:var(--radius); padding:24px 28px; margin-top:32px; }
        .kostenlos-highlight-icon { flex-shrink:0; width:48px; height:48px; background:var(--blue); border-radius:12px; display:flex; align-items:center; justify-content:center; }
        .kostenlos-highlight-icon svg { width:24px; height:24px; color:var(--white); }
        .kostenlos-highlight h4 { color:var(--white)!important; margin-bottom:6px!important; font-size:1rem!important; }
        .kostenlos-highlight p { font-size:0.9rem; color:rgba(255,255,255,0.65)!important; }
        .kostenlos-step { display:flex; gap:20px; padding:24px 0; border-bottom:1px solid rgba(255,255,255,0.06); }
        .kostenlos-step:last-child { border-bottom:none; }
        .kostenlos-step-num { flex-shrink:0; width:40px; height:40px; background:rgba(0,158,222,0.15); border-radius:10px; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.9rem; color:var(--blue); }
        .kostenlos-step h4 { color:var(--white)!important; margin-bottom:4px!important; font-size:1rem!important; }
        .kostenlos-step p { font-size:0.9rem; color:rgba(255,255,255,0.65)!important; }
        .gp-page .transform-section { background:var(--cream)!important; }
        .transform-grid { display:grid!important; grid-template-columns:1fr auto 1fr!important; gap:40px!important; align-items:start!important; }
        .transform-col h4 { font-size:1.05rem!important; margin-bottom:24px!important; padding-bottom:16px; border-bottom:2px solid; }
        .transform-left h4 { color:rgba(0,37,58,0.5); border-color:rgba(0,37,58,0.1); }
        .transform-right h4 { color:var(--blue); border-color:var(--blue); }
        .transform-item { display:flex; gap:14px; align-items:flex-start; margin-bottom:20px; }
        .transform-item:last-child { margin-bottom:0; }
        .transform-dot { flex-shrink:0; width:24px; height:24px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-top:2px; }
        .transform-left .transform-dot { background:rgba(0,37,58,0.06); }
        .transform-left .transform-dot svg { color:rgba(0,37,58,0.5); }
        .transform-right .transform-dot { background:rgba(0,158,222,0.12); }
        .transform-right .transform-dot svg { color:var(--blue); }
        .transform-dot svg { width:12px; height:12px; }
        .transform-item p { font-size:0.92rem; }
        .transform-arrow { display:flex; align-items:center; justify-content:center; padding-top:40px; }
        .transform-arrow-icon { width:56px; height:56px; border-radius:50%; background:var(--blue); display:flex; align-items:center; justify-content:center; box-shadow:0 4px 20px rgba(0,158,222,0.3); }
        .transform-arrow-icon svg { width:24px; height:24px; color:var(--white); }
        .gp-page .module-grid { display:grid!important; grid-template-columns:repeat(4,1fr)!important; gap:20px!important; }
        .module-card { background:var(--white); border:1px solid rgba(0,37,58,0.06); border-radius:var(--radius); padding:32px 24px; transition:var(--transition); text-align:center; }
        .module-card:hover { border-color:rgba(0,158,222,0.2); box-shadow:var(--shadow-lg); transform:translateY(-4px); }
        .module-icon { width:56px; height:56px; background:var(--blue-light); border-radius:14px; display:flex; align-items:center; justify-content:center; margin:0 auto 18px; }
        .module-icon svg { width:26px; height:26px; color:var(--blue); }
        .module-card h4 { margin-bottom:8px!important; font-size:0.95rem!important; }
        .module-card p { font-size:0.85rem; line-height:1.6; }
        .module-intro-grid { display:flex; justify-content:center; gap:40px; margin-bottom:50px; flex-wrap:wrap; }
        .module-intro-img { width:100%; max-width:280px; height:auto; filter:drop-shadow(0 8px 24px rgba(0,37,58,0.08)); }
        .testimonial-grid { display:grid!important; grid-template-columns:repeat(3,1fr)!important; gap:24px!important; }
        .testimonial-card { background:var(--white); border-radius:var(--radius); padding:36px 28px; border:1px solid transparent; transition:var(--transition); }
        .testimonial-card:hover { box-shadow:var(--shadow-lg); transform:translateY(-4px); border-color:rgba(0,158,222,0.1); }
        .testimonial-stars { color:#F5A623; font-size:1.1rem; letter-spacing:2px; margin-bottom:16px; }
        .testimonial-text { font-size:0.95rem!important; line-height:1.7!important; color:rgba(0,37,58,0.7)!important; margin-bottom:24px!important; font-style:italic; }
        .testimonial-author { display:flex; align-items:center; gap:12px; }
        .testimonial-avatar { width:40px; height:40px; border-radius:50%; background:var(--blue-light); color:var(--blue); display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.9rem; }
        .testimonial-author strong { display:block; font-size:0.9rem; color:var(--dark); }
        .testimonial-author span { font-size:0.8rem; color:rgba(0,37,58,0.5); }
        .gp-page .vorteile-grid { display:grid!important; grid-template-columns:repeat(3,1fr)!important; gap:24px!important; }
        .vorteil-card { background:var(--white); border-radius:var(--radius); padding:36px 28px; transition:var(--transition); border:1px solid transparent; }
        .vorteil-card:hover { box-shadow:var(--shadow-lg); transform:translateY(-4px); border-color:rgba(0,158,222,0.1); }
        .vorteil-icon { width:48px; height:48px; background:var(--blue-light); border-radius:12px; display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
        .vorteil-icon svg { width:22px; height:22px; color:var(--blue); }
        .vorteil-card h4 { margin-bottom:8px!important; font-size:1.05rem!important; }
        .vorteil-card p { font-size:0.9rem; }
        .section-header-with-img { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; margin-bottom:40px!important; }
        .section-header-with-img .section-header { margin-bottom:0!important; }
        .section-header-img { width:100%; max-width:400px; height:auto; justify-self:center; filter:drop-shadow(0 8px 24px rgba(0,37,58,0.08)); }
        .faq-list { max-width:100%!important; width:100%!important; margin:0 auto!important; overflow:hidden!important; }
        .faq-item { border-bottom:1px solid rgba(0,37,58,0.06); width:100%!important; overflow:hidden!important; }
        .gp-page .faq-question { width:100%!important; max-width:100%!important; display:flex!important; align-items:center!important; justify-content:space-between!important; padding:22px 0!important; background:none!important; border:none!important; border-radius:0!important; cursor:pointer!important; font-family:'Montserrat',sans-serif!important; font-size:1.02rem!important; font-weight:600!important; color:var(--dark)!important; text-align:left!important; gap:16px!important; transition:var(--transition); line-height:1.4!important; letter-spacing:0!important; text-transform:none!important; box-shadow:none!important; outline:none!important; margin:0!important; white-space:normal!important; }
        .gp-page .faq-question:hover { color:var(--blue)!important; }
        .gp-page .faq-question span:first-child { flex:1 1 auto!important; font-size:1.02rem!important; font-weight:600!important; color:inherit!important; line-height:1.4!important; word-wrap:break-word!important; overflow-wrap:break-word!important; min-width:0!important; white-space:normal!important; }
        .faq-icon { flex:0 0 32px!important; width:32px!important; height:32px!important; background:var(--blue-light); border-radius:50%; display:flex!important; align-items:center!important; justify-content:center!important; transition:var(--transition); }
        .faq-item.active .faq-icon { background:var(--blue); transform:rotate(45deg); }
        .faq-icon svg { width:14px; height:14px; color:var(--blue); transition:var(--transition); }
        .faq-item.active .faq-icon svg { color:var(--white); }
        .faq-answer { max-height:0; overflow:hidden; transition:max-height 0.4s ease; width:100%!important; }
        .faq-item.active .faq-answer { max-height:500px; padding-bottom:22px; }
        .gp-page .faq-answer p { font-size:0.95rem!important; line-height:1.7!important; color:rgba(0,37,58,0.7)!important; font-weight:400!important; font-family:'Montserrat',sans-serif!important; white-space:normal!important; word-wrap:break-word!important; }
        .gp-page .cta-section { background:linear-gradient(135deg,var(--dark) 0%,#003A5C 100%)!important; color:var(--white)!important; text-align:center; display:block!important; width:100%!important; position:relative; overflow:hidden; }
        .cta-section::before { content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:800px; height:800px; background:radial-gradient(circle,rgba(0,158,222,0.1) 0%,transparent 60%); border-radius:50%; }
        .cta-content { position:relative; z-index:1; max-width:620px; margin:0 auto!important; }
        .cta-section h2 { color:var(--white)!important; margin-bottom:16px!important; }
        .cta-section p { color:rgba(255,255,255,0.7)!important; font-size:1.12rem; margin-bottom:36px!important; }
        .cta-buttons { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
        .cta-sub { margin-top:20px!important; font-size:0.85rem!important; color:rgba(255,255,255,0.45)!important; }
        .seo-inner { max-width:800px; margin:0 auto!important; }
        .seo-inner h2 { margin-bottom:24px!important; font-size:1.5rem!important; text-align:left; }
        .seo-inner p { margin-bottom:16px!important; font-size:0.95rem; line-height:1.8; color:rgba(0,37,58,0.7)!important; }
        .seo-inner strong { color:var(--dark); font-weight:600; }
        /* ========== NEW HERO ========== */
        .gp-hero-new{background:var(--dark)!important;display:block!important;width:100%!important;position:relative;overflow:hidden;padding:80px 0!important}
        .gp-hero-new::before{content:'';position:absolute;top:-200px;left:-100px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(0,158,222,.12) 0%,transparent 60%);pointer-events:none}
        .gp-hero-container{max-width:1200px!important;margin:0 auto!important;padding:0 32px!important;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
        .gp-hero-left{position:relative;z-index:1}
        .gp-hero-h1{font-size:clamp(28px,3.8vw,50px)!important;font-weight:900!important;letter-spacing:-2px;line-height:1.05!important;color:#fff!important;margin-bottom:20px!important}
        .gp-hero-hl{color:var(--blue)!important}
        .gp-hero-btns{display:flex;gap:14px;margin-bottom:36px}
        .gp-hero-sub{font-size:15px;color:rgba(255,255,255,.75)!important;line-height:1.78;margin-bottom:32px!important;max-width:460px}
        .gp-hero-sub strong{color:#fff!important;font-weight:700}
        .gp-hero-sub *{color:inherit!important}
        .gp-hero-btn{display:inline-flex;align-items:center;gap:10px;background:var(--blue);color:#fff!important;font-family:'Montserrat',sans-serif;font-size:15px;font-weight:700;padding:15px 28px;border-radius:14px;text-decoration:none;box-shadow:0 6px 24px rgba(0,158,222,.35);transition:all .2s}
        .gp-hero-btn:hover{background:#007BB5;transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,158,222,.45);color:#fff!important}
        .gp-hero-btn svg{transition:transform .2s}
        .gp-hero-btn:hover svg{transform:translateX(4px)}
        .gp-hero-trust{display:flex;flex-direction:column;gap:8px;margin-bottom:28px}
        .gp-trust-item{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:10px 14px;max-width:360px;transition:border-color .2s}
        .gp-trust-item:hover{border-color:rgba(0,158,222,.25)}
        .gp-trust-icon{width:30px;height:30px;background:rgba(0,158,222,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
        .gp-trust-icon svg{width:15px;height:15px;color:var(--blue)}
        .gp-trust-text{font-size:12.5px;font-weight:600;color:#fff;line-height:1.3}
        .gp-trust-text span{display:block;font-size:10.5px;font-weight:400;color:rgba(255,255,255,.42);margin-top:1px}
        .gp-hero-logos{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}
        .gp-logos-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.4)}
        .gp-logos-box{background:#fff;border-radius:12px;padding:8px 16px;display:flex;align-items:center}
        .gp-hero-logos img{height:26px;width:auto;opacity:1}
        .gp-hero-right{display:flex;align-items:center;justify-content:center;position:relative;z-index:1}
        .gp-hero-illus-wrap{position:relative;width:100%;max-width:480px}
        .gp-hero-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;border-radius:50%;border:1px solid rgba(0,158,222,.1)}
        .gp-hero-ring::before{content:'';position:absolute;inset:28px;border-radius:50%;border:1px solid rgba(0,158,222,.06)}
        .gp-hero-illus{width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));position:relative;z-index:1}
        .gp-stat-card{position:absolute;background:#fff;border-radius:12px;padding:10px 16px;box-shadow:0 6px 24px rgba(0,0,0,.2);z-index:2}
        .gp-s1{top:6%;left:-5%}.gp-s2{bottom:8%;right:-3%}.gp-s3{top:50%;left:-10%}
        .gp-stat-num{font-size:18px;font-weight:900;color:var(--dark);letter-spacing:-1px;line-height:1}
        .gp-stat-num span{color:var(--blue)}
        .gp-stat-label{font-size:10.5px;font-weight:600;color:#607A88;margin-top:2px}
        @keyframes gp-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
        .gp-s1{animation:gp-float 4s ease-in-out infinite}.gp-s2{animation:gp-float 4s 1.5s ease-in-out infinite}.gp-s3{animation:gp-float 4s .8s ease-in-out infinite}
        @media(max-width:1024px){.gp-hero-container{grid-template-columns:1fr!important;gap:40px!important}.gp-s1,.gp-s3{display:none}.gp-hero-new{padding:60px 0!important}}
        @media(max-width:640px){.gp-hero-container{padding:0 20px!important}.gp-hero-h1{font-size:26px!important;letter-spacing:-1px}.gp-trust-item{max-width:100%}.gp-hero-btn{width:100%;justify-content:center}.gp-stat-card{display:none}.gp-hero-new{padding:48px 0!important}}
        @media(max-width:1024px){
            .gp-page .hero-grid{grid-template-columns:1fr!important;gap:40px!important;}
            .hero-illustration{max-width:380px!important;}
            .gp-page .module-grid{grid-template-columns:repeat(2,1fr)!important;}
            .gp-page .kostenlos-grid{grid-template-columns:1fr!important;gap:40px!important;}
            .gp-page .features-strip-inner{grid-template-columns:1fr!important;text-align:center;}
            .features-strip-img{max-width:380px!important;margin:0 auto;}
            .section-header-with-img{grid-template-columns:1fr!important;text-align:center;}
            .section-header-img{max-width:300px!important;margin:0 auto;}
            .pain-grid{grid-template-columns:1fr!important;}
            .transform-grid{grid-template-columns:1fr!important;gap:24px!important;}
            .transform-arrow{transform:rotate(90deg);padding:0;}
            .testimonial-grid{grid-template-columns:1fr!important;}
        }
        @media(max-width:768px){
            .gp-page .section{padding:70px 0!important;}
            .gp-page .hero{padding:60px 0 0!important;}
            .gp-page .hero-grid{padding-bottom:60px!important;}
            .hero-illustration{max-width:280px!important;}
            .module-intro-img{max-width:200px;}
            .section-header-img{max-width:240px;}
            .features-strip-img{max-width:280px;}
            .gp-page .module-grid{grid-template-columns:1fr!important;}
            .gp-page .vorteile-grid{grid-template-columns:1fr!important;}
            .testimonial-grid{grid-template-columns:1fr!important;}
            .hero-buttons{flex-direction:column;}
            .gp-page .btn{justify-content:center!important;width:100%!important;}
            .cta-buttons{flex-direction:column;align-items:center;}
            .gp-page .faq-question{font-size:0.88rem!important;padding:16px 0!important;gap:12px!important;}
            .gp-page .faq-question span:first-child{font-size:0.88rem!important;}
            .faq-icon{flex:0 0 28px!important;width:28px!important;height:28px!important;min-width:28px!important;}
            .gp-page .faq-answer p{font-size:0.85rem!important;}
            .section-header-with-img{gap:24px!important;}
            .section-header-with-img .section-header h2{font-size:1.5rem!important;}
        }