.aboutPage{display:flex;height:100%}.aboutPage .textContainer{flex:3 1}.aboutPage .textContainer .wrapper{padding-right:100px;display:flex;flex-direction:column;gap:10px;height:100%;overflow-y:scroll;padding-bottom:20px}@media(max-width:1366px){.aboutPage .textContainer .wrapper{padding-right:50px}}@media(max-width:1024px){.aboutPage .textContainer .wrapper{padding:0}}@media(max-width:738px){.aboutPage .textContainer .wrapper{justify-content:flex-start}}.aboutPage .textContainer .wrapper .boxes{display:flex;justify-content:space-between}@media(max-width:738px){.aboutPage .textContainer .wrapper .boxes{display:none}}.aboutPage .textContainer .wrapper .boxes h1{font-size:36px}@media(max-width:1366px){.aboutPage .textContainer .wrapper .boxes h1{font-size:32px}}.aboutPage .textContainer .wrapper .boxes h2{font-size:20px;font-weight:300}.aboutPage .imgContainer{flex:2 1;background-color:#fcf5f3;position:relative;display:flex;align-items:center}@media(max-width:1024px){.aboutPage .imgContainer{display:none}}.aboutPage .imgContainer img{width:115%;position:absolute;right:0}@media(max-width:1366px){.aboutPage .imgContainer img{width:105%}}