

.x13testimonial__form {
  padding: 2rem 0 0;
}

.x13testimonial__submit {
  margin: 2rem 0 0;
}

.x13testimonial__formBox {
  display: none;
}

.x13testi {
  margin: 0 0 1.875rem;
  padding: 0 0 1.875rem;
  border-bottom: 1px solid rgba(0,0,0,.25);
}

.x13testi:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

.x13testi__image img {
  max-width: 100%;
  height: auto;
}

#module-x13testimonials-testimonial #content-wrapper .card {
  padding: 1.25rem;
  background: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);;
}

.x13testimonial__pagination {
  margin-top: 0;
}

@media (max-width: 575px) {
  .x13testi__image {
    margin: 0 0 20px;
  }
  .x13testi__image img {
    max-height: 100px;
  }
}