.faq-section {
  padding-bottom: clamp(2rem, 1.3333333333rem + 2.2222222222vw, 4rem);
}
.faq-section .flex-container {
  gap: clamp(2rem, 1.3333333333rem + 2.2222222222vw, 4rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .faq-section .flex-container {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.faq-section .qa__items {
  max-width: 1160px;
}
.faq-section .qa__items .qa__item__answer {
  padding-right: clamp(0.5rem, -0.1666666667rem + 2.2222222222vw, 2.5rem);
}
.faq-section .qa__items .qa__item__answer p {
  align-items: flex-start;
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.5rem);
}