@media (min-width: 991.98px) {
  .faq {
    margin-top: 50px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq__question {
    cursor: pointer;
    padding: 1em;
    padding-right: 3em;
    font-size: 20px;
    font-weight: 400;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    color: #424242;
    border-bottom: 1px solid #2b2e2f36;
    position: relative;
    margin-bottom: 0;
    transition: all 0.3s ease;
    user-select: none;
    display: flex;
    align-items: center;
    min-height: 3em;
  }

  .faq__question p {
    margin: 0;
    line-height: 1.6;
  }

  .faq__question:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }

  .faq__question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5em;
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #424242b3;
    border-right: 3px solid #424242b3;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
    transition: transform 0.3s ease;
  }

  .faq__question.is-open {
    background-color: rgba(0, 0, 0, 0.02);
  }

  .faq__question.is-open::after {
    transform: translateY(-50%) rotate(225deg);
  }

  .faq__answer {
    display: none;
    padding: 1em;
    border-bottom: 1px solid #2b2e2f36;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
  }

  .faq__answer p {
    margin: 0;
    line-height: 1.6;
    color: #424242;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .faq {
    margin-top: 50px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq__question {
    cursor: pointer;
    padding: 1em;
    padding-right: 3em;
    border-bottom: 1px solid #2b2e2f36;
    position: relative;
    margin-bottom: 0;
    transition: all 0.3s ease;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    min-height: 3em;
  }

  .faq__question p {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
    color: #424242;
    font-weight: 400;
  }

  .faq__question:hover {
    background-color: transparent;
  }

  .faq__question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5em;
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #424242b3;
    border-right: 3px solid #424242b3;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
    transition: transform 0.3s ease;
  }

  .faq__question.is-open {
    background-color: transparent;
  }

  .faq__question.is-open::after {
    transform: translateY(-50%) rotate(225deg);
  }

  .faq__answer {
    display: none;
    padding: 1em;
    border-bottom: 1px solid #2b2e2f36;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
  }

  .faq__answer p {
    margin: 0;
    line-height: 1.6;
    color: #424242;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 12px;
  }
}
