.page-template-template-testimonials .testimonials-grid {
  padding: 0 20px;
}
.page-template-template-testimonials .testimonials-grid .testimonials-grid-item {
  margin: 0 10px 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #C9CBD2;
}
.page-template-template-testimonials .testimonials-grid .testimonials-grid-item:last-child {
  border-bottom: 0;
}
.page-template-template-testimonials .testimonials-grid .testimonials-grid-item .quote {
  margin-bottom: 25px;
}
.page-template-template-testimonials .testimonials-grid .testimonials-grid-item .quote svg g {
  fill: var(--secondaryColor);
}
.page-template-template-testimonials .testimonials-grid .testimonials-grid-item p {
  margin-bottom: 30px;
}
.page-template-template-testimonials .testimonials-grid .testimonials-grid-item .name {
  color: var(--primaryColor);
  margin-bottom: 0;
}
.page-template-template-testimonials .testimonials-grid .testimonials-grid-item .name::before {
  border-bottom: solid 1px var(--primaryColor);
}
@media (min-width: 768px) {
  .page-template-template-testimonials .testimonials-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 30px;
  }
  .page-template-template-testimonials .testimonials-grid .testimonials-grid-item {
    flex: 0 1 48%;
  }
  .page-template-template-testimonials .testimonials-grid .testimonials-grid-item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .page-template-template-testimonials .testimonials-grid {
    padding: 0;
  }
}
