.testimonial_header{display:flex;justify-content:space-between;max-width:500px;position:relative}.testimonial_header h3{max-width:15ch;padding-top:20px}.testimonial_logo{padding-bottom:25px}.testimonial_navigation{align-items:center;display:flex;gap:10px;padding-top:20px;width:150px}.testimonial_navigation .nav_next,.testimonial_navigation .nav_prev{background-color:transparent;border:none;cursor:pointer;height:38px;padding:0;position:relative;width:38px}.testimonial_timer{position:absolute}.testimonial_timer span{height:3px;left:0;position:absolute;top:0;width:50px}.testimonial_text{font-size:22px}.testimonial_from{font-size:17px;font-weight:700;line-height:1;margin-bottom:0}.testimonial_from.from_title{font-size:14px;font-weight:400}.testimonial{animation:fadeInUp .4s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}