section{display:grid;grid-column:full-port;padding:0rem 1rem}section:nth-of-type(odd){background-color:#fff;color:#8c684f}section:nth-of-type(2n){background-color:#f9f4ec;color:#b08c74}@media screen and (min-width: 1024px){section{grid-template-columns:[full-port-start] 1fr [content-start] minmax(0,73rem) [content-end] 1fr [full-port-end]}}@media screen and (min-width: 768px) and (max-width: 1023px){section{grid-template-columns:[full-port-start] 1fr [content-start] minmax(0,73rem) [content-end] 1fr [full-port-end]}}@media screen and (max-width: 767px){section{grid-template-columns:[full-port-start] 1fr [content-start] minmax(0,73rem) [content-end] 1fr [full-port-end]}}section>*{grid-column:2}.headline{text-align:center;padding-bottom:2rem}.about-me-block{display:grid;grid-gap:4rem}@media screen and (min-width: 1024px){.about-me-block{grid-template-columns:auto auto;padding:4rem 0}}@media screen and (min-width: 768px) and (max-width: 1023px){.about-me-block{grid-template-columns:auto auto;padding:4rem 0}}@media screen and (max-width: 767px){.about-me-block{grid-template-rows:auto auto;padding:2rem 0}}.about-me-block .text-block{display:flex;flex-direction:column;justify-content:center;font-size:1.2rem}@media screen and (max-width: 767px){.about-me-block .position-swap{grid-row:1}}.about-me-block .square-image-container{justify-self:center;overflow:hidden;display:inline-block}@media screen and (min-width: 1024px){.about-me-block .square-image-container{width:25rem;height:25rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.about-me-block .square-image-container{width:25rem;height:25rem}}@media screen and (max-width: 767px){.about-me-block .square-image-container{width:20rem;height:20rem}}.about-me-block .square-image-container img{width:100%;height:100%;object-fit:cover}.closing-block{padding:10vh 0rem;text-align:center;font-size:1.5rem}
