.about{align-items:stretch;display:grid;gap:4rem;grid-template-columns:1fr 1fr;justify-content:center;margin:0 auto;padding:80px 40px}.about__content h1{font-size:clamp(1.75rem,3.5vw,2.4rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem}.about__content p{color:#444;font-size:14px;line-height:1.75;margin-bottom:1rem}.about__image{border-radius:12px;overflow:hidden;width:100%}.about__image img{border-radius:12px;display:block;height:auto;object-fit:cover;width:100%}@media (max-width:1024px){.about{gap:2.5rem;padding:60px 30px}}@media (max-width:768px){.about{gap:2rem;grid-template-columns:1fr;padding:48px 20px}.about__image{height:260px}.about__image img{height:100%;object-fit:cover}}@media (max-width:480px){.about{padding:32px 16px}.about__image{height:200px}}