.story-section{width:100%;background-color:#f8f8f8;overflow:hidden}.story-section__main{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.story-section__text{flex:1 1;min-width:300px;text-align:justify}.story-section__text h2{font-size:2rem;font-weight:600;color:var(--color-shade);margin-bottom:1rem;text-align:left}.story-section__text .small{font-size:1.5rem;font-weight:600;color:var(--color-secondary);margin-bottom:1.5rem}.story-section__text p{font-size:1rem;color:var(--grey-75);line-height:1.6}.story-section__video{flex:1 1;min-width:300px;display:flex;justify-content:center}.story-section__video iframe{width:100%;max-width:560px;height:350px;border:none;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.story-section__text blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid var(--color-cold-dark);background-color:#fff;font-style:italic;color:var(--grey-75);line-height:1.6;border-radius:6px}@media (max-width:1024px){.story-section__main{flex-direction:column;text-align:center}.story-section__video{width:100%}.story-section__text h2{font-size:2.2rem}.story-section__text .small{font-size:1.4rem}}@media (max-width:768px){.story-section{width:100%}.story-section__main{padding:1rem}.story-section__text h2{font-size:2rem}.story-section__text .small{font-size:1.25rem}.story-section__text p{font-size:.95rem}}@media (max-width:480px){.story-section__text h2{font-size:1.75rem}.story-section__text .small{font-size:1.1rem}.story-section__text p{font-size:.9rem}.story-section__video iframe{min-width:300px}}