.testimonial__container{display:flex;gap:50px;justify-content:space-between;margin:auto}.testimonial__container .testimonial-image{flex:1}.testimonial__container .testimonial-text{flex:3}.testimonial__container .testimonial-image img{border-radius:1000px;width:100%}.testimonial__container .testimonial-text .author{margin-top:30px}.testimonial__container .testimonial-text .company{color:#757575;margin-top:10px}@media(max-width:767px){.testimonial__container{flex-direction:column;padding:0 20px}.testimonial__container .testimonial-image{max-width:60%}}