#gallery{flex-direction:column;scroll-behavior:smooth;margin:1rem 0 5rem;cursor:pointer}#gallery,.gallery-row{display:flex;width:100%;gap:.2rem}.gallery-row{position:relative;flex-direction:row;justify-content:flex-start;align-items:center;height:25rem;max-width:100%;overflow-x:scroll;scrollbar-width:none}.gallery-row:active{cursor:grabbing}.gallery-image-wrapper{flex:0 0 auto;height:100%;position:relative}.gallery-image{width:100%;height:100%;object-fit:cover}.card{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;padding-top:5vh;padding-bottom:5vh;min-height:auto;height:auto}.card.default{flex-direction:row-reverse}.image-section{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;width:50rem;height:auto;min-height:50rem;aspect-ratio:4/3}.text-section{flex:0 0 50rem;display:flex;flex-direction:column;box-sizing:border-box;height:auto;min-height:0;justify-content:flex-start;align-items:flex-start;margin-left:auto;padding-left:3rem;padding-right:0}.card.default .text-section{margin-left:0;margin-right:auto;padding-left:0;padding-right:3rem}.text-section h1{padding-bottom:1rem;width:fit-content;height:fit-content;font-size:4rem}.text-section p{padding:2rem,2rem,2rem,0;font-size:1rem;line-height:1.6}.subtitle{text-indent:-.25rem}@media screen and (max-width:767px){.card{position:relative;display:flex;flex-direction:column!important;justify-content:center;align-items:center;padding-top:5vh;padding-bottom:5vh;width:100%;min-height:100%}.card.default{flex-direction:row-reverse}.image-section{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;aspect-ratio:1/1;width:30rem;height:50rem}.text-section{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;box-sizing:border-box;width:fit-content;height:auto;padding:0 1rem}.text-section h1{padding-bottom:1rem;width:fit-content;height:fit-content;font-size:2rem}.text-section p{padding:1rem,1rem,1rem,0;font-size:.7rem;line-height:1.6}.subtitle{text-indent:-.25rem}}