@import "https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:wght@200;400;700&display=swap";
.about-wrapper{position:relative;overflow-x:hidden}*{box-sizing:border-box}.about-container{width:300vw;font-family:Poppins;display:flex}.about-container .about-col{gap:3em;display:flex}.about-container .about-col p{font-size:.8rem}.about-container section{width:100vw;padding:10vw 20vw}.about-container section h1{margin:0;font-size:3rem}.about-container section p{width:50vw;font-size:1.2rem}.about-container section ul{gap:3em;width:100%;height:300px;padding:0;list-style-type:none;display:flex}.about-container section ul li{background:#fff;border-radius:.3em;flex-grow:1}.about-container section{height:100vh}.about-img{width:100%}.about-col:nth-child(odd){flex-direction:row}.about-col:nth-child(2n){flex-direction:row-reverse}.about-img img{border-radius:8px;width:100%;max-width:300px;height:auto}
