.about-section{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column}@media (min-width:1024px){.about-section{flex-direction:row}}.about-left{position:relative;flex:1;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (min-width:1024px){.about-left{min-height:100vh}.about-left,.about-right{flex:0 0 50%;max-width:50%}}.about-video-wrapper{position:absolute;inset:0;width:100%;height:100%;z-index:0}.about-video-wrapper video{width:100%;height:100%;object-fit:cover}.about-video-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);z-index:1}.about-left-content{position:relative;z-index:2;padding:2rem;text-align:center;color:#f3e2d5}.about-right{flex:1;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 4rem;background-color:#f3e2d5;color:#523122}.about-content-wrapper{width:100%;max-width:600px;display:flex;flex-direction:column;gap:3rem}