/* Standalone variables
========================================================================== */
/*
==========================================================================
    Mixins - typography - body
========================================================================== */
@media (min-width: 1025px) {
  .c-faq-menu {
    position: sticky;
    top: 4rem;
  }
}

.c-faq-menu__title {
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .c-faq-menu__title {
    font-size: 48px;
    line-height: 1.333;
    font-weight: normal;
  }
}

.c-faq-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-faq-menu__item:not(:last-child) {
  margin-bottom: 1rem;
}

.c-faq-section__title {
  margin-bottom: 2.25rem;
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
}
@media (min-width: 1025px) {
  .c-faq-section__title {
    font-size: 48px;
    line-height: 1.333;
    font-weight: normal;
  }
}

.c-faq-section:not(:last-child) {
  margin-bottom: 4rem;
}
