.page-about section.about{display:flex;flex-direction:column;gap:2rem;padding:var(--padding-vertical) 0}.page-about section.about .section{align-items:center;display:flex;flex-direction:row;gap:4rem}.page-about section.about .section .content{flex:1 1 55%;width:55%}.page-about section.about .section .photo{flex:1 1 45%;width:45%}.page-about section.about .section .photo img{border-radius:30px;height:400px;object-fit:cover;width:100%}@media (max-width:800px){.page-about section.about{text-align:center}.page-about section.about .section{flex-direction:column;gap:2rem}.page-about section.about .section:nth-child(2n) .content{order:1}.page-about section.about .section:nth-child(2n) .photo{order:2}.page-about section.about .section .content,.page-about section.about .section .photo{flex:1 1 100%;width:100%}}
/*# sourceMappingURL=page-about.css.map */