.state-faq-section {
  margin: 64px auto;
  max-width: 1200px;
  /* padding: 0 32px; */
}

.state-faq-section .headline2 {
  text-align: center;
}

.state-faq-section .button-center-container {
  display: flex;
  justify-content: center;
}

.state-faq-section .button-center-container .button {
  font-size: 16px;
  line-height: 1.4;
}

@media (min-width: 800px) {
  .state-faq-section .button-center-container .button {
    font-size: 24px;
  }
}

.state-faq-section .tldr-line {
  color: black;
  display: block;
  font-size: 16px;
  /* line-height: 24px; */
  padding: 4px 0;
  text-align: center;
}

.state-faq-section .tldr-line:first-of-type {
  margin-bottom: 16px;
}

@media (min-width: 800px) {
  .state-faq-section .tldr-line {
    font-size: 24px;
    /* line-height: 32px; */
  }
}

.state-faq-section .vimeo-container {
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
}

.state-faq-section .vimeo-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.state-faq-section .additional {
  text-align: center;
}

.state-faq-section a:not(.button) {
  color: var(--primary-light-active);
}
.state-faq-section a:not(.button):hover {
  color: var(--primary-light-active);
  text-decoration: underline;
}
