/* Do not edit anything below */
.text-variation-section .text-variation {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2rem + 1 * (100vw - 48rem) / 27, 3rem);
}
.text-variation-section .heading {
  max-inline-size: 36.875rem;
  margin-block-end: 0;
}
.text-variation-section .image {
  inline-size: 100%;
  block-size: 16.375rem;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
}
.text-variation-section .image::after {
  background-color: rgba(103, 30, 58, 0.04);
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.text-variation-section .image img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}
.text-variation-section .content {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2rem + 1 * (100vw - 48rem) / 27, 3rem);
}
@media (width >= 768px) {
  .text-variation-section .content {
    flex-direction: row;
  }
}
.text-variation-section .lead {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1rem, 1rem + 0.375 * (100vw - 48rem) / 27, 1.375rem);
  line-height: 1.4;
  inline-size: 100%;
  max-inline-size: 30.125rem;
}
.text-variation-section .lead p {
  font-size: inherit;
  line-height: inherit;
  margin-block: 0;
}
.text-variation-section .body {
  color: #8c817d;
  font-family: "Geist", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(0.875rem, 0.875rem + 0.125 * (100vw - 48rem) / 27, 1rem);
  line-height: 1.4;
  inline-size: 100%;
  max-inline-size: 30.125rem;
}
.text-variation-section .body p {
  font-size: inherit;
  line-height: inherit;
  margin-block: 0 clamp(1rem, 1rem + 0 * (100vw - 48rem) / 27, 1rem);
}
.text-variation-section .body p:last-child {
  margin-block-end: 0;
}