.faqs__question {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -.2px;
  line-height: 1.5
}
.section-faqs {
  background: white
}
@media (min-width: 64em) {
  .section-faqs:last-of-type {
    padding-bottom: 8rem
  }
}
@media (min-width: 90em) {
  .section-faqs:last-of-type {
    padding-bottom: 14rem
  }
}
faqs-section {
  display: block
}
.faqs {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
  padding-top: 5.5rem
}
@media (min-width: 48em) {
  .faqs {
    padding-top: 6rem;
    padding-bottom: 12rem
  }
}
.faqs .c-button {
  margin: 4rem auto 0;
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-areas: "text"
}
.faqs .c-button span {
  grid-area: text
}
.faqs .c-button .js-faqs-collapse {
  visibility: hidden
}
.faqs__title {
  font-size: 3rem;
  letter-spacing: 1.5px;
  text-align: center;
  color: #027223;
  margin-bottom: 4rem;
  text-transform: uppercase
}
.faqs__footer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  z-index: 1
}
.faqs__grid {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
  position: relative;
  max-width: 750px
}
.template-page-faq .faqs__grid {
  max-width: 750px
}
@media (min-width: 48em) {
  .faqs__grid {
    grid-template-columns: repeat(1, 1fr);
    align-items: start
  }
  .template-page-faq .faqs__grid {
    grid-template-columns: repeat(1, 1fr)
  }
}
  .faqs__heading {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.54;
    letter-spacing: 1.95px;
    color: #573F1C
  }
  faq-accordion {
    display: block;
    border-bottom: solid 2px #e3e3e3;
    padding-bottom: 2rem;
    padding-top: 3rem
  }
  faq-accordion .js-faq-content {
    height: 0;
    overflow: hidden;
    opacity: 0
  }
  .faqs__question {
    transition: all .3s ease-in-out;
    transition-property: color;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    color: #707070;
    padding-bottom: 1rem
  }
  @media (hover: hover) and (pointer: fine) {
    .faqs__question:hover:not(:disabled) {
      color: #573F1C
    }
  }
  .faqs__question .icon-plus {
    color: #573F1C;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    flex: none;
    margin-left: 1rem
  }
  .faqs__answer {
    color: #4a4a4a;
    font-size: 1.2rem;
    line-height: 1.333
  }
  .template-page-faq .faqs__answer {
    font-size: 1.8rem;
    line-height: 1.333
  }
  .faqs__answer p {
    color: inherit;
    font: inherit;
    line-height: inherit
  }
  .faqs__answer a {
    transition: all .3s ease-in-out;
    transition-property: color
  }
  @media (hover: hover) and (pointer: fine) {
    .faqs__answer a:hover:not(:disabled) {
      color: #573F1C
    }
  }
  .faqs__answer__heading {
    display: inline-block;
    border-bottom: solid #fafe86 2px;
    margin-bottom: 0.5rem
  }
  .faqs__answer__heading:nth-of-type(2) {
    padding-top: 0.5rem;
  }