.jtl-quote-author {
  display: flex;
  flex-direction: column;
}
.jtl-quote-author__name {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 28.6px;
  color: #0b1b45;
}
.jtl-quote-author__position {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28.6px;
  color: #0b1b45;
  text-decoration: underline;
  text-decoration-color: #fb581f;
  text-underline-offset: 2px;
}
.jtl-quote-author__position-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #fb581f;
  text-underline-offset: 2px;
}
