#about{position:relative}.about-layout{align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 2fr}.about-content{max-width:none}.content-header{align-items:center;display:flex;gap:.75rem;margin-bottom:2rem}.header-accent{background:var(--brand);border-radius:.5rem;flex-shrink:0;height:2rem;width:.25rem}.about-text{color:#374151;line-height:1.6;text-align:left}.about-text p{margin-bottom:1rem}.about-text p:last-child{margin-bottom:0}.about-image{position:relative}.about-image img{border-radius:unset;box-shadow:unset;height:auto;max-height:350px;object-fit:contain;padding:2rem 4rem;width:100%}.about-cta{margin-top:2rem}@media (max-width:768px){.about-layout{gap:2rem;grid-template-columns:1fr}.about-content{order:1}.about-image{order:2}}