.testimonial-form {
    width: 50%;
    margin: 0 auto;

}
.testimonial-form h1 {
     text-align: center;
}
p.form-disc {
    text-align: center;
}
@media only screen and (max-width: 1024px){
.testimonial-form {
    width: 100%;
    margin: 0 auto;
}
}

ul.clearfix.custspan{display: flex;  animation: scroll 30s linear infinite;}
@keyframes scroll {
    0% {transform: translateX(0px);}
    100% {    transform: translateX(-1200px);}
    /* 0% { transform: translateX(100%); } */
    /* 80% { transform: translateX(-100%); } */
}
 