.shadow-effect{background:#fff;padding:20px;border-radius:4px;text-align:center;border:1px solid #ECECEC;box-shadow:0 19px 38px rgb(0 0 0 / .1),0 15px 12px rgb(0 0 0 / .02)}.shadow-effect p{font-family:inherit;font-size:18px;line-height:1.5;margin:10px 0 17px 0;font-weight:300}.shadow-effect img{border-radius:50%;width:120px;height:120px}.testimonial-name{margin:-17px auto 0;display:table;width:auto;background:#3190E7;padding:9px 35px;border-radius:12px;text-align:center;color:#fff;box-shadow:0 9px 18px rgb(0 0 0 / .12),0 5px 7px rgb(0 0 0 / .05)}.marquee{white-space:nowrap;overflow:hidden;max-width:100%;border-radius:5px;line-height:10px;margin:0 0 30px}.item{margin:0 auto;width:100%;padding:5px;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.students{display:flex}.marquee .students{animation:marquee 10s linear infinite}@keyframes marquee{0%{transform:translate(100%,0)}100%{transform:translate(-100%,0)}}