.blockquote p {
    margin-top: 0px;
    margin-bottom: 0px;
  }

.blockquote-v2 {
  font-weight: 700;
}

.blockquote-v2 .blockquote-wrapper > * {
      margin-left: 1.5rem;
      position: relative;
    }

.blockquote-v2 .blockquote-wrapper > *::before {
        background-color: var(--primary-700, #2471CB);
        height: 100%;
        position: absolute;
        top: 0px;
        left: -1.5rem;
        width: 0.5rem;
        content: "";
      }

