@media (max-width: 599px) {
  .section-Z7nQ3b__coontent {
    padding: 24px 0 !important;
  }
  .section-Z7nQ3b__title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }
  .section-Z7nQ3b__desc {
    color: #475467;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
}
.faq-tabs__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .faq-tabs__content {
    margin-top: 24px;
  }
}
.faq-tabs__title {
  color: #101828;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 599px) {
  .faq-tabs__title {
    font-size: 18px;
    line-height: 28px;
    padding: 0 16px;
  }
}
.faq-tabs .tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 64px;
  border-bottom: 1px solid #EAECF0;
}
@media (max-width: 1247px) {
  .faq-tabs .tabs {
    flex-wrap: wrap;
    border-bottom: none;
    margin-bottom: 32px;
  }
}
@media (max-width: 599px) {
  .faq-tabs .tabs {
    margin-bottom: 14px;
  }
}
.faq-tabs .tabs li {
  display: block;
  padding: 0px 4px 10px 4px;
  border-bottom: 2px solid #FFF;
}
.faq-tabs .tabs li a {
  color: #667085;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.faq-tabs .tabs li.active {
  border-bottom: 2px solid #175CD3;
}
.faq-tabs .tabs li.active a {
  color: #175CD3;
}
.faq-tabs .tab-content {
  display: none;
  width: 100%;
  max-width: 704px;
}
@media (max-width: 599px) {
  .faq-tabs .tab-content {
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
    background: #F9FAFB;
  }
}
.faq-tabs .tab-content.active {
  display: block;
}

.support {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  border-radius: 16px;
  background: #F2F4F7;
}
.support__title {
  color: #101828;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}
.support__desc {
  color: #475467;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
.support__button {
  margin-top: 32px;
}
