.main-testimonials__intro {
  margin-bottom: 0;
}
.section-main-testimonials .container > .main-testimonials__entry:first-child,
.main-testimonials__intro + .main-testimonials__entry,
.main-testimonials__entry + .main-testimonials__entry {
  margin-top: calc(4 * var(--space-unit));
  padding-top: calc(4 * var(--space-unit));
  border-top: 1px solid rgba(var(--text-color) / 0.12);
}
.main-testimonials__title {
  margin-bottom: calc(2 * var(--space-unit));
}
.main-testimonials__carousel {
  margin-top: calc(3 * var(--space-unit));
}
