/* Colors */
/* Responsive */
#page .site-content section .testimonial {
  padding: 3rem 2rem;
  background: #252525;
}
@media screen and (max-width: 768px) {
  #page .site-content section .testimonial {
    padding: 2rem 1rem;
  }
}
