
.testimonials-copy{
  margin-bottom:40px;
}
.ms-testimonials-all .ms-testimonials-all-wrapper > ul:after {
  content: "";
  display: table;
  clear: both;
}
.ms-testimonials-all .ms-testimonials-item {
  margin-bottom: 2em;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translate3d(0, 0, 0) scale(0.4);
  -moz-transform: translate3d(0, 0, 0) scale(0.4);
  -ms-transform: translate3d(0, 0, 0) scale(0.4);
  -o-transform: translate3d(0, 0, 0) scale(0.4);
  transform: translate3d(0, 0, 0) scale(0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}
.ms-testimonials-item{list-style: none}

.ms-testimonials-all p {
  position: relative;
  background: #1B5B88;
  color: white;
  padding: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  border-radius: 0.25em;
  margin-bottom: 1em;
}
.ms-testimonials-all p:after {
  /* creating the triangle in css */
  content: '';
  position: absolute;
  top: 100%;
  left: 2em;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #1B5B88;
}
.ms-testimonials-all .ms-author {
  text-align: left;
  margin-left: 1.5em;
}
.ms-author-info{
  list-style: none
}
.ms-author-info h5{
  margin: 0px!important
}
.ms-testimonials-all .ms-author .author-img {
  box-shadow: 0 0 0 transparent;
  padding: 3px 0px;
  font-size: 30px;
  float:left;
}
.ms-testimonials-all{
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.ms-testimonials-all .ms-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 768px) {
  .ms-testimonials-all .ms-testimonials-item {
    width: 43%;
    margin: 0 2% 3em;
  }
  .ms-testimonials-all .ms-author {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1170px) {
  .ms-testimonials-all .ms-testimonials-item {
    width: 27%;
    margin: 0 1.6666% 2em;
  }
}

.pagination{
  margin: 0 auto
}

.pagination-link
{
   margin-right:10px;
}