.acf-block-quote-wrapper {
}
.acf-block-quote-wrapper .acf-inner {
  margin-left: 110px;
}
.acf-block-quote-wrapper .acf-block-quote {
  position: relative;

  color: #404040;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 163.636% */
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  /* max-width: 90%; */
}
.acf-block-quote-wrapper .acf-block-quote:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -60px;
  background-image: url(../../assets/img/icon-quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 22px;
}
.acf-block-quote-wrapper .acf-block-quote-name {
  color: #00b2a9;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-right: 20px;
  margin-bottom: 22px;
}
.acf-block-quote-wrapper .acf-block-quote-company {
  color: #5d5d5d;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
