.page-about__hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9f5ef 100%);padding:10px 16px 32px;display:flex;flex-direction:column;align-items:center}.page-about__hero-image{width:100%;max-width:1200px;margin:0 auto 24px}.page-about__hero-image img{width:100%;height:auto;aspect-ratio:17/5;object-fit:cover;border-radius:12px;display:block}.page-about__hero-content{max-width:900px;margin:0 auto;text-align:center}.page-about__hero-title{color:#017439;font-weight:800;line-height:1.3;letter-spacing:-0.02em;max-width:800px;margin:0 auto 16px}.page-about__hero-description{color:#333333;font-size:1.1rem;line-height:1.7;max-width:750px;margin:0 auto 24px}.page-about__hero-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.page-about__btn{display:inline-block;padding:14px 32px;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:all 0.3s ease}.page-about__btn--primary{background:#C30808;color:#FFFF00}.page-about__btn--primary:hover{background:#a30606;transform:translateY(-2px);box-shadow:0 4px 15px rgba(195,8,8,0.3)}.page-about__btn--secondary{background:#017439;color:#ffffff;border:2px solid #017439}.page-about__btn--secondary:hover{background:#015c2e;transform:translateY(-2px);box-shadow:0 4px 15px rgba(1,116,57,0.3)}@media (max-width:768px){.page-about__hero-section{padding:8px 10px 24px}.page-about__hero-title{line-height:1.2}.page-about__hero-actions{flex-direction:column;width:100%;max-width:100%}.page-about__btn{max-width:100%;width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word}.page-about__hero-image img{aspect-ratio:2/1}}.