<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-text-card-with-image__image {
  width: var(--image-width);
  max-width: 100%;
  margin-inline: auto;
}
.custom-text-card-with-image__image:not(:first-child) {
  margin-top: 3rem !important;
}
.custom-text-card-with-image__image:not(:last-child) {
  margin-bottom: 3rem;
}
.custom-text-card-with-image .rich-text {
  padding: 4.8rem 3rem;
}
</pre></body></html>