.about-page-section{position:relative}.about-page-main-image{width:100%;height:300px;object-fit:cover}.about-page-small-image{width:100%;height:170px;object-fit:cover}.about-page-image-wrapper{overflow:hidden;border-radius:.5rem}.about-page-image-wrapper img{transition:transform .4s ease}.about-page-image-wrapper:hover img{transform:scale(1.04)}.about-page-info{display:flex;align-items:flex-start;gap:1rem}.about-page-info-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--brand-primary);background-color:var(--brand-primary-light);border-radius:50%;font-size:1.25rem}.about-page-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.about-page-reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:991.98px){.about-page-main-image{height:280px}.about-page-small-image{height:160px}}@media(max-width:575.98px){.about-page-main-image{height:240px}.about-page-small-image{height:140px}.about-page-info{gap:.75rem}.about-page-info-icon{width:42px;height:42px;font-size:1.1rem}}@media(prefers-reduced-motion:reduce){.about-page-reveal,.about-page-image-wrapper img{transition:none}.about-page-reveal{opacity:1;transform:none}}
