body {
  background: url(../assets/imgs/testimonial-background.png);
  height: 100vh;
  width: 100%;
  background-position: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.testimonial__section .primary__headline {
  padding: 5rem;
  color: var(--white);
}
.testimonial__left {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 5rem;
}
.testimonial__right {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 5rem;
}
.testimonial-content {
  background-color: var(--white);
  padding: 2rem;
  margin-bottom: 2rem;
}
.testimonial-content h3 {
  font-size: 2rem;
}
.testimonial__left .testimonial-content {
  box-shadow: -10px 10px var(--primary-color);
}
.testimonial__right .testimonial-content {
  box-shadow: 10px 10px var(--primary-color);
}
