/* Do not edit anything below */
.text-boxes-section .body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 2rem + 1 * (100vw - 48rem) / 27, 3rem);
  inline-size: 100%;
}
.text-boxes-section .intro {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1rem, 1rem + 0.375 * (100vw - 48rem) / 27, 1.375rem);
  line-height: 1.4;
  text-align: center;
  max-inline-size: 40.5rem;
  margin-inline: auto;
}
.text-boxes-section .cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  inline-size: 100%;
}
@media (width >= 768px) {
  .text-boxes-section .cards {
    flex-direction: row;
    align-items: stretch;
  }
}
.text-boxes-section .card {
  background-color: rgba(103, 30, 58, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding-block: 3rem;
  padding-inline: 1.5rem;
  border-radius: 0.75rem;
  overflow: clip;
}
@media (width >= 768px) {
  .text-boxes-section .card {
    flex: 1 0 0;
    min-inline-size: 0;
  }
}
.text-boxes-section .card-title {
  color: #362925;
  font-family: "Libre Baskerville", serif;
  font-size: 1.125rem;
  line-height: 1.4;
  text-align: center;
  inline-size: 100%;
}
.text-boxes-section .caption {
  color: #8c807d;
  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.5 * (100vw - 48rem) / 27, 1.375rem);
  line-height: 1.4;
  text-align: center;
  max-inline-size: 31.25rem;
}
@media (width >= 768px) {
  .text-boxes-section .caption {
    color: rgba(0, 0, 0, 0.4);
    font-family: "Libre Baskerville", serif;
  }
}