.testimonial{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.testimonial h2{margin-bottom:40px}.testimonial .testimonial-wrapper{align-items:center;display:flex;justify-content:space-evenly;width:100%}.testimonial .testimonial-wrapper h2{margin-bottom:40px}.testimonial .image_container{align-items:center;display:flex;flex-direction:column;width:20%}.testimonial .image_container img{aspect-ratio:1/1;border-radius:100%;margin-bottom:24px;max-height:100%;max-width:200px;object-fit:cover;width:100%}.testimonial .testimonial_content{width:60%}.testimonial .personal-info p{margin-bottom:8px;text-align:center}@media only screen and (max-width:767px){.testimonial{padding:0 15px}.testimonial .testimonial-wrapper{align-items:center;flex-direction:column;justify-content:center;width:100%}.testimonial .image_container{flex-direction:row;margin-bottom:40px;width:100%}.testimonial .image_container img{max-width:150px}.testimonial .personal-info p{margin-left:40px;text-align:start}.testimonial .testimonial_content{padding-left:0;width:100%}}