.about-page-container{display:flex;flex-direction:column;background-color:#f2f7fa;height:100%;padding:50px 0;width:70%;margin:auto;text-align:center;gap:20px}.about-page-container .about-page-upper-text{display:flex;flex-direction:column;font-size:40px}.about-page-container .about-page-upper-text .about-page-upper-text{color:#263b44}.about-page-container .about-page-upper-text .about-page-upper-text-gray{opacity:.5;margin-top:-10px}.about-page-container .about-page-small-text{font-size:18px;width:40%;margin:auto}.about-page-container .about-page-pics-wrapper{display:flex;flex-direction:row;gap:20px;margin:30px auto auto;height:max-content}.about-page-container .about-page-pics-wrapper img{border:2px solid;border-color:inherit;border-radius:30px;object-fit:cover}.about-page-container .about-page-pics-wrapper div{display:flex;flex-direction:column;gap:20px}.about-page-container .about-page-trusted{display:flex;flex-direction:column;margin-top:40px;opacity:.5}.about-page-container .about-page-trusted p{font-size:15px}.about-page-container .about-page-trusted .about-page-trusted-logos{display:flex;flex-direction:row;gap:50px;margin:10px auto}.about-page-container .about-page-testimonial-wrapper{width:40%;margin:70px auto}.about-page-container .about-page-testimonial-wrapper .about-page-quote{color:#263b44;font-size:50px}.about-page-container .about-page-testimonial-wrapper .about-page-quote-text{color:#000;font-size:20px;font-weight:700}.about-page-container .about-page-testimonial-wrapper .about-page-testimonial-person{display:flex;flex-direction:row;margin-top:25px;align-items:center;justify-content:center;gap:15px}.about-page-container .about-page-testimonial-wrapper .about-page-testimonial-person img{height:50px;width:50px;border:2px solid;border-color:inherit;border-radius:50%;object-fit:cover}.about-page-container .about-page-testimonial-wrapper .about-page-testimonial-person .about-page-testimonial-person-wrapper{display:flex;flex-direction:column}.about-page-container .about-page-testimonial-wrapper .about-page-testimonial-person .about-page-testimonial-person-wrapper .about-page-testimonial-person-name{font-size:21px;font-weight:600}.about-page-container .about-page-testimonial-wrapper .about-page-testimonial-person .about-page-testimonial-person-wrapper .about-page-testimonial-person-position{font-size:15px;opacity:.6}