.aboutSection{position:relative;display:flex;min-height:100vh;width:100%;overflow:hidden;margin:0}.imageBackground{position:absolute;inset:0;background-size:120%;background-repeat:no-repeat;background-position:-200% -100%;animation:driveBy 1.2s ease-out forwards;will-change:background-position}.aboutTextWrapper{position:relative;z-index:2;display:flex;flex-direction:column;width:100%;padding:7% 10%;box-sizing:border-box}.aboutHeadline{font-size:5em;line-height:1.2em;max-width:80%;min-width:300px;margin-bottom:1.5rem;text-shadow:0 0 1rem rgba(0,0,0,.5);white-space:pre-line;width:fit-content;display:block}.aboutContentBox{width:60%;min-width:350px;background-color:rgba(27,27,27,.6);padding:1.5rem;border-radius:20px;font-family:Roboto,system-ui,-apple-system,Segoe UI,Helvetica,Arial,sans-serif;text-shadow:0 0 2px black}.aboutContentBox p{margin-bottom:1rem}.aboutQuote{margin-top:1.2rem;padding-left:1rem;border-left:3px solid rgba(255,255,255,.3);font-style:italic;opacity:.9}.aboutFooter{width:100%;margin-top:1.8rem}.aboutFooter h2{width:100%;margin:0}@keyframes driveBy{0%{background-position:-200% -100%}to{background-position:center 10%}}@media (max-width:1000px){.aboutTextWrapper{padding:12% 5%;margin-top:15rem}.aboutHeadline{font-size:2.5em;max-width:100%}.aboutContentBox{width:100%;min-width:unset}@keyframes driveBy{0%{background-position:-200% 0}to{background-position:center 0}}}