.story-section{background-color:var(--bg-color);padding:100px 0}.story-intro{align-items:center;display:flex;gap:40px;margin-bottom:100px}.story-intro-image{border-radius:8px;overflow:hidden;width:50%}.story-intro-image img{border-radius:8px;height:auto;object-fit:cover;width:100%}.story-intro-content{width:50%}.story-intro-content h2{margin-bottom:30px}.story-intro-content p{font-size:18px;font-weight:300;margin-bottom:12px}.story-intro-content p+p{margin-top:12px}.story-main{align-items:center;display:flex;gap:60px}.story-main-content{width:50%}.story-main-content h2{color:var(--text);line-height:1.3;margin-bottom:25px}.story-main-content p{font-size:18px;font-weight:300;margin-bottom:12px}.story-main-content p+p{margin-top:12px}.story-main-image{border-radius:12px;overflow:hidden;width:50%}.story-main-image img{border-radius:12px;height:auto;object-fit:cover;width:100%}@media (max-width:1024px){.story-intro,.story-main{flex-direction:column;gap:30px}.story-intro-content,.story-intro-image,.story-main-content,.story-main-image{width:100%}.story-intro{margin-bottom:60px}.story-intro-image{order:-1}}@media (max-width:767px){.story-section{padding:60px 0}.story-intro,.story-main{flex-direction:column;gap:20px}.story-intro-content,.story-intro-image,.story-main-content,.story-main-image{width:100%}.story-intro{margin-bottom:40px}.story-intro-image{max-width:100%}}@media (max-width:480px){.story-section{padding:50px 0}.story-intro{margin-bottom:30px}}