.blockquote-1 {
    margin: 0;
    padding: 0;
}
.blockquote-1::before {
    --mask: url("data:image/svg+xml,%3Csvg width='93' height='82' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.8 81.041c-7 0-12.6-2.501-16.8-7.504-4-5.202-6-11.906-6-20.11 0-11.206 3-21.31 9-30.315C15.2 13.907 24.6 6.203 37.2 0l3.3 4.802C34.5 8.404 29 13.507 24 20.11c-4.8 6.403-7.2 12.907-7.2 19.51 0 1.801.5 3.302 1.5 4.502 1 1 2.5 1.501 4.5 1.501 5 0 9.2 1.801 12.6 5.403 3.6 3.402 5.4 7.604 5.4 12.606 0 5.003-1.8 9.205-5.4 12.607-3.4 3.201-7.6 4.802-12.6 4.802Zm51.9 0c-7 0-12.6-2.501-16.8-7.504-4-5.202-6-11.906-6-20.11 0-11.206 3-21.31 9-30.315C67.1 13.907 76.5 6.203 89.1 0l3.3 4.802c-6 3.602-11.5 8.705-16.5 15.308-4.8 6.403-7.2 12.907-7.2 19.51 0 1.801.5 3.302 1.5 4.502 1 1 2.5 1.501 4.5 1.501 5 0 9.2 1.801 12.6 5.403 3.6 3.402 5.4 7.604 5.4 12.606 0 5.003-1.8 9.205-5.4 12.607-3.4 3.201-7.6 4.802-12.6 4.802Z' fill='%23D9CEBA' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
    display: block;
    content: '';
    width: 93px;
    aspect-ratio: 1 / 1;
    margin-bottom: 24px;
    mask-image: var(--mask);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: var(--mask);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    background-color: #f29400;
}

.blockquote-1:has(.has-text-align-right)::before {
  margin-left: auto;
}

.blockquote-1:has(.has-text-align-center)::before {
  margin-left: auto;
  margin-right: auto;
}