.c-content {
  font-family: var(--font-primary);
  color: var(--color-secondary);
  font-size: 16px;
  line-height: 150%;
}

.c-content img {
  margin-block: 24px;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.c-content h2 {
  margin-block: 8px;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-tertiary);
}

.c-content h3 {
  margin-block: 8px;
  font-weight: 700;
}

.c-content blockquote {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--color-nonary);
  border-left: 4px solid var(--color-tertiary);
  position: relative;
  margin-block: 24px;
}

.c-content blockquote > * {
  margin-left: 56px;
  display: block;
}

.c-content blockquote::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8022 18.4363C11.817 18.1527 10.8318 18.0087 9.87348 18.0087C8.39362 18.0087 7.15879 18.3469 6.2013 18.7611C7.12438 15.3817 9.34187 9.55081 13.7592 8.89417C13.9595 8.8644 14.147 8.77729 14.2988 8.64334C14.4507 8.5094 14.5606 8.33435 14.6152 8.13934L15.5806 4.68618C15.621 4.54192 15.6299 4.39069 15.6069 4.24267C15.5839 4.09465 15.5295 3.95327 15.4473 3.82805C15.3651 3.70283 15.257 3.59667 15.1303 3.51671C15.0037 3.43675 14.8613 3.38485 14.7129 3.3645C14.3856 3.31992 14.0556 3.2975 13.7252 3.29736C8.42299 3.29736 3.17192 8.83165 0.956109 16.7559C-0.344595 21.4048 -0.725994 28.3942 2.47793 32.7935C4.27081 35.2552 6.88648 36.5698 10.2524 36.7011L10.2935 36.702C14.4465 36.702 18.1292 33.905 19.2495 29.901C19.5819 28.7246 19.6778 27.494 19.5314 26.2804C19.3851 25.0667 18.9994 23.8942 18.3969 22.8306C17.1906 20.6886 15.2039 19.1273 12.8022 18.4363ZM38.799 22.831C37.5927 20.6886 35.606 19.1273 33.2043 18.4363C32.2192 18.1527 31.234 18.0087 30.2761 18.0087C29.0132 18.0045 27.763 18.2606 26.6035 18.7611C27.5265 15.3817 29.744 9.55081 34.1618 8.89417C34.3621 8.8644 34.5495 8.77729 34.7014 8.64334C34.8533 8.5094 34.9632 8.33435 35.0178 8.13934L35.9832 4.68618C36.0236 4.54192 36.0325 4.39069 36.0095 4.24267C35.9865 4.09465 35.9321 3.95327 35.8499 3.82805C35.7677 3.70283 35.6596 3.59667 35.5329 3.51671C35.4063 3.43675 35.2639 3.38485 35.1155 3.3645C34.7882 3.31992 34.4582 3.2975 34.1278 3.29736C28.8256 3.29736 23.5745 8.83165 21.3583 16.7559C20.058 21.4048 19.6766 28.3942 22.8809 32.7944C24.6734 35.2557 27.2895 36.5706 30.655 36.7015L30.6965 36.7024C34.8491 36.7024 38.5322 33.9054 39.6525 29.9014C39.9843 28.7249 40.0798 27.4943 39.9333 26.2808C39.7868 25.0672 39.4013 23.8947 38.799 22.831Z' fill='%23359684'/%3E%3C/svg%3E%0A");
}
