/* Testimonial Styles */
section.divider {
  padding: 40px 10px;
  background-color: #fff; }
  section.divider > div {
    background-image: url("/wp-content/themes/refreshing-mountain/img/blocks/divider.png");
    width: 100%;
    height: 76px;
    background-size: contain;
    background-repeat: no-repeat; }
  @media only screen and (max-width: 600px) {
    section.divider {
      padding: 40px 0; }
      section.divider > div {
        height: 51px;
        background-size: auto 50px;
        background-repeat: no-repeat;
        background-position: center; } }
