.testimonial {
  font-family: "Nunito Sans";
  position: relative;
  margin-bottom: 40px;
}
.quote-box {
  display: none;
  text-align: center;
  padding: 0 50px;
}
.quote-box blockquote {
  padding: 1em 2em;
  line-height: 1.6;
  position: relative;
  margin-bottom: 5px;
  font-size: 21px !important;
}
.quote-box blockquote::before,
.quote-box blockquote::after {
  top: 50%;
  position: absolute;
  margin-top: -48px;
}
.quote-box blockquote::before {
  left: 0px;
}
.quote-box blockquote::after {
  right: 0px;
}
.quote-arrows a {
  display: inline-block;
  width: 69px;
  height: 69px;
}
.quote-arrows a.previous {
  background-image: url(https://cdn2.hubspot.net/hubfs/2752422/De%20La%20Rue%202020/images/arrow_back.svg) !important;
  width: 69px;
}
.quote-arrows a.previous:hover {
  background-image: url(https://cdn2.hubspot.net/hubfs/2752422/De%20La%20Rue%202020/images/arrow_back_over.svg) !important;
  background-color: transparent !important;
}
.quote-arrows a.next {
  background-image: url(https://cdn2.hubspot.net/hubfs/2752422/De%20La%20Rue%202020/images/arrow_next.svg) !important;
  width: 69px;
}
.quote-arrows a.next:hover {
  background-image: url(https://cdn2.hubspot.net/hubfs/2752422/De%20La%20Rue%202020/images/arrow_next_over.svg) !important;
  background-color: transparent !important;
}
.quote-arrows .previous,
.quote-arrows .next {
  cursor: pointer;
  position: absolute;
  margin-top: -30px;
  user-select: none;
}
.quote-arrows .next {
  position: absolute;
  right: 10px;
}
ul.quote-dots {
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 10px;
}
ul.quote-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
}
@media (min-width: 769px) {
  ul.quote-dots {
    display: none;
  }
}
@media (max-width: 768px) {
  .quote-container {
    width: 100%;
    max-width: none !important;
  }
  .quote-box {
    padding: 0;
  }
  .quote-box blockquote {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 16px !important;
    line-height: 22px;
  }
  .quote-box blockquote::before,
  .quote-box blockquote::after {
    top: auto;
  }
  .quote-arrows {
    display: none;
  }
  .name {
    font-size: 16px !important;
    line-height: 22px;
  }
  ul.quote-dots {
    display: block;
    margin: 0 0 50px 0;
  }
}
