/* Do not edit anything below */
.message-section {
  text-align: center;
}
.message-section .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 2rem + 1.3125 * (100vw - 48rem) / 27, 3.3125rem);
}
.message-section .heading {
  color: #080c11;
  letter-spacing: -0.02em;
  max-inline-size: 37.5rem;
  margin: 0;
}
.message-section .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 1.5rem + 1 * (100vw - 48rem) / 27, 2.5rem);
  inline-size: 100%;
  max-inline-size: 53.125rem;
}
.message-section .emphasis {
  color: #080c11;
  font-style: italic;
  letter-spacing: -0.02em;
  margin: 0;
}
.message-section .body {
  color: #080c11;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1rem, 1rem + 0.375 * (100vw - 48rem) / 27, 1.375rem);
  max-inline-size: 50rem;
  margin: 0;
}