.about-page{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:minmax(0,1fr);min-height:100svh;width:100%;gap:10px;padding:5px 0}.about-section{position:relative;width:100%;height:100%;min-height:600px;overflow:hidden;background-position:top;background-size:cover;background-repeat:no-repeat;border-radius:32px}.about-image-section{background-color:#f0f0f0}.about-image{object-fit:cover;object-position:top center;width:100%;height:100%;border-radius:32px}.about-text-section{background-color:#d4fc1a;display:flex;align-items:center;justify-content:center;padding:60px;position:relative;overflow-y:auto}.about-content{max-width:600px;text-align:center}.about-title{font-family:Archivo Black,sans-serif;font-size:48px;line-height:44px;margin:0 0 40px;text-transform:uppercase}.about-text,.about-title{text-align:center;color:#000}.about-text{font-family:Source Code Pro,monospace;font-size:1rem;line-height:1.5}.about-text p{margin-bottom:20px}.about-closing{font-weight:600;margin-top:30px}@media (max-width:1024px){.about-title{font-size:38px;line-height:36px;margin-bottom:30px}.about-text-section{padding:40px}.about-text{font-size:.9rem}}@media (max-width:768px){.about-page{grid-template-columns:1fr;grid-template-rows:60vh auto}.about-section{min-height:400px}.about-title{font-size:32px;line-height:30px;margin-bottom:25px}.about-text-section{padding:40px 30px;min-height:auto}.about-text{font-size:.85rem}}@media (max-width:480px){.about-page{grid-template-rows:50vh auto;gap:5px;padding:3px 0}.about-section{min-height:300px}.about-title{font-size:28px;line-height:26px;margin-bottom:20px}.about-text-section{padding:30px 20px}.about-text{font-size:.8rem}.about-text p{margin-bottom:15px}}