.dynamic-testimonials{align-self:flex-start;display:flex;justify-self:flex-start;transition:height .4s cubic-bezier(.4,0,.2,1)}.testimonials__item{background-color:#fff;border-radius:10px;display:none;justify-content:center;padding:.85rem 1.2rem}.testimonials__item i{font-weight:700}.testimonials__item .quote{display:flex;flex-wrap:wrap}.testimonials__item.active{animation:fadeUp .5s ease-out forwards;display:flex}.testimonials__item.exiting{animation:fadeOut .5s ease-in forwards;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.source-image{height:20px;margin-right:6px;width:20px}.source-image *{width:100%}