:root{--header-height:70px;--floating-header-height:60px}.page-about .about-section{display:grid;gap:1rem 3rem;grid-template-areas:"img text" "cta text"}.page-about .about-section .page-thumbnail{aspect-ratio:1/1;background-color:#f4f4f4;border-radius:20px;display:flex;grid-area:img;justify-content:center;justify-self:center;margin-top:150px;max-height:600px;overflow:hidden;width:100%}.page-about .about-section .page-thumbnail picture{display:flex}.page-about .about-section .page-thumbnail img{height:115%;object-fit:contain;object-position:top}.page-about .about-section .page-content{grid-area:text}.page-about .about-section .cta-buttons{align-content:end;display:flex;flex-wrap:wrap;gap:.5rem 1rem;grid-area:cta;justify-content:center;left:30px}@media (max-width:64rem){.page-about .about-section .page-thumbnail{max-height:400px}}@media (max-width:48rem){.page-about .about-section{display:flex;flex-direction:column}.page-about .about-section .page-thumbnail{aspect-ratio:unset;margin-top:40px}}