* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.testimonials {
  margin: 4em auto;
 
  max-width: 100%;

   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.testimonials .block {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 650px) {
  .testimonials .block {
    float: left;
    width: 50%;
  
  }
}
@media only screen and (min-width: 1000px) {
  .testimonials .block {
    width: 33.33333%;
   
  }
}
.testimonials .block:nth-child(n+2) {
  padding: 1.5em;
}
.testimonials .block:nth-child(2), .testimonials .block:nth-child(4) {
  background-color: #308fc3;
}
.testimonials .block:nth-child(3), .testimonials .block:nth-child(5) {
  background-color: #35b8e4;
}
.testimonials .block:nth-child(6) {
  background-color: #afce44;
}
.testimonials .block p {
  margin: 0;
  font-size: 13px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
}
.testimonials .block cite span {
  display: block;
  margin-top: 2em;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
}
.testimonials h2 {
  margin: 0 0 0.5em;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #444;
   font-family: 'Cuprum', sans-serif;
}
.testimonials h5 {
  margin-top: 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  color: #308fc3;
    font-family: 'Cuprum', sans-serif;
}
