.testimony {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  min-height: 666px;
}
.testimony .testimony-image {
  display: block;
  width: 100%;
  height: 448px;
  border-radius: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimony .testimony-text .testimony--title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: normal;
  text-decoration: none;
  color: initial;
  padding-bottom: 10px;
}
.testimony .testimony-text .testimony--introduction {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  padding-top: 20px;
}
.testimony .testimony-text .testimony--introduction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 1px;
  background: var(--nd-color-border, #E2E2E2);
}
.testimony .testimony-text .testimony--introduction p {
  margin: 0;
}
.testimony .testimony-text .testimony--client-name {
  margin-top: auto;
  font-size: 15px;
  font-weight: 300;
  color: var(--nd-color-muted, #7A7A7A);
}

/*# sourceMappingURL=testimony.css.map */
