/* Find More Answers Section */
.find-answers {
  padding: 5rem 0;
}

.find-answers__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-large);
  text-align: center;
}

.find-answers__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-medium);
}

.find-answers__title {
  font-size: var(--font-size-heading);
  line-height: var(--line-height-heading);
  font-weight: var(--font-weight-bold);
}

/* Get Help Section */
.twin-feature {
  background-color: var(--bg-secondary);
}

.twin-feature__title {
  font-size: var(--font-size-heading);
  line-height: var(--line-height-heading);
  margin-bottom: 0.5rem;
}

.twin-feature__subtitle {
  color: var(--color-subtext);
  margin-bottom: 3rem;
  font-size: var(--font-size-medium);
  line-height: var(--line-height-medium);
}

.twin-feature__item-link {
  color: var(--color-primary);
  font-weight: var(--font-weight-bold);
  text-decoration: underline;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}

.twin-feature__item-text {
  color: var(--color-subtext);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}

@media (min-width: 768px) {
  .find-answers__links {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .find-answers__title {
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .twin-feature__title {
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .twin-feature__subtitle {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
  .twin-feature__item-link {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
  .twin-feature__item-text {
    font-size: 1.0625rem;
    line-height: 1.6;
  }
}

@media (min-width: 1440px) {
  .find-answers__title {
    font-size: 2.5rem;
    line-height: 1.15;
  }
  .twin-feature__title {
    font-size: 2.5rem;
    line-height: 1.15;
  }
  .twin-feature__subtitle {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .twin-feature__item-link {
    font-size: 1.125rem;
    line-height: 1.6;
  }
  .twin-feature__item-text {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
