.section-overview{background:var(--navy);color:var(--white);padding:50px 0}.section-overview .container{align-items:center;display:grid;gap:clamp(3rem,8vw,6rem);grid-template-columns:repeat(auto-fit,minmax(min(100%,450px),1fr))}@media (min-width:1440px){.section-overview .container{gap:0;padding-left:76px}}.overview-logo{display:flex;justify-content:center}.overview-logo img{height:auto;max-width:480px;width:100%}.overview-text{max-width:820px}.overview-text h2{color:var(--white);font-size:38px;font-weight:var(--fw-bold);line-height:40px;margin-bottom:1.8rem}.overview-text h3{color:var(--white);font-size:clamp(1.25rem,1rem + 1.2vw,2rem);font-weight:600;line-height:1.3;margin:2.9rem 0 1.25rem}.overview-text p{color:var(--text-on-dark);font-size:23px;font-weight:500;line-height:30px;margin-bottom:1.5rem}.overview-text ul{display:flex;flex-direction:column;gap:.75rem;margin:0 0 0 1.7em;padding:0}.overview-text ul li{color:var(--text-on-dark);font-size:22px;line-height:24px;padding:0;position:relative}