.text-feature {
  padding-block: var(--pa-space-3xl);
  max-width: 56.5rem;
  margin-inline: auto;
  text-align: center;
}
.text-feature__eyebrow {
  margin-bottom: var(--pa-space-md);
  font-family: "Work Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 1.5px;
  color: var(--pa-color-blue);
  text-transform: uppercase;
}
.text-feature__heading {
  margin-bottom: var(--pa-space-lg);
  font-family: "Ancizar Serif", Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .text-feature__heading {
    font-size: 2.625rem;
  }
}
.text-feature__heading {
  color: var(--pa-color-navy);
}
.text-feature__body {
  display: flex;
  flex-direction: column;
  gap: var(--pa-space-md);
  color: var(--pa-color-navy);
}
.text-feature__body p {
  font-family: "Work Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.35;
  margin: 0;
}
.text-feature__body p:first-child {
  font-family: "Work Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .text-feature__body p:first-child {
    font-size: 1.5rem;
  }
}
