.about-container{background-color:var(--page-bg-color);grid-template-columns:1fr 1fr;align-content:center;align-items:start;width:100%;min-height:100vh;font-family:GeneralSans,sans-serif;display:grid}.about-image-section{justify-content:center;align-items:flex-start;padding:4rem;display:flex}.about-image-wrapper{aspect-ratio:3/4;background-color:#0000;width:100%;max-width:400px;position:relative;overflow:hidden}.about-image-section .about-image{box-shadow:none;border:none}.about-image{object-fit:contain;object-position:top;width:100%;height:auto;display:block}.about-content-section{flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:4rem;display:flex}.about-text{max-width:600px}.about-paragraph{color:var(--page-text-color);margin:0 0 2rem;font-size:1rem;font-weight:400;line-height:normal}.about-paragraph:last-of-type{margin-bottom:0}.about-social-icons{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.about-social-icon{justify-content:center;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.about-social-icon:hover{opacity:.7}.about-social-icon-svg{width:24px;height:24px;color:var(--page-text-color);opacity:.7;transition:opacity .2s}.about-social-icon:first-child .about-social-icon-svg{width:32px;height:32px}.about-social-icon:hover .about-social-icon-svg{opacity:1}@media (max-width:1024px){.about-content-section,.about-image-section{padding:3rem}.about-paragraph{font-size:1rem}}@media (max-width:768px){.about-container{grid-template-columns:1fr}.about-image-section,.about-content-section{padding:2rem 1.5rem}.about-text{max-width:100%}.about-paragraph{margin-bottom:1.5rem;font-size:.9375rem}.about-social-icons{gap:1.25rem;margin-top:2rem}}@media (max-width:480px){.about-content-section,.about-image-section{padding:1.5rem 1rem}.about-paragraph{font-size:.875rem;line-height:1.6}.about-social-icons{gap:1rem}.about-social-icon svg{width:20px;height:20px}}
