.enteraddons-review-multi-row-container{padding:100px 0;overflow:hidden}.review-wrap{display:flex;align-items:center;flex-shrink:1;position:relative;animation:linier-anim 30s linear infinite}.review-wrap:hover{animation-play-state:paused}.review-wrap:nth-child(2){animation-delay:3s}.review-wrap:not(:last-child){margin-bottom:30px}.review-single{background-color:#fff;box-shadow:0 0 90px rgba(0,0,0,.1);border-radius:5px;padding:30px 30px 24px;margin-right:30px;min-width:300px}.review-single .review-info{display:flex;margin-bottom:18px}.review-single .review-info .avatar{margin-right:15px}.review-single .review-info .avatar img{width:50px;height:50px;border-radius:50%}.review-single .review-info .content h5{font-size:18px;font-weight:500;margin-bottom:10px}.review-single>p{line-height:1.75}.rating i{color:#ffdc64;margin-right:3px}@keyframes linier-anim{0%{transform:translateX(0)}to{transform:translateX(-100%)}}