.Avada-FAQs__container .Avada-FAQs__heading {
  text-align: center;
}

.Avada-FAQs__container .Avada-FAQs__heading .Avada-FAQs__title {
  margin-bottom: 0;
  font-weight: 650;
}

.Avada-FAQs__container .Avada-FAQs__heading .Avada-FAQs__subtitle {
  font-size: 16px;
  color: #666;
  margin-top: 0;
  margin-bottom: 24px;
}

.Avada-FAQs__collapsible {
  position: relative;
  padding: 16px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 550;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
}

.Avada-FAQs__collapsible:after {
  content: '\02795';
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #5c5f62;
}

.Avada-FAQs__active:after {
  content: '\2796';
}

.Avada-FAQs__qa:hover,
.Avada-FAQs__collapsible:hover {
  background-color: #e9e9e9;
  cursor: pointer;
}

.Avada-FAQs__qa .Avada-FAQs__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-weight: 450;
  padding-right: 32px;
  word-wrap: break-word;
}

.Avada-FAQs__qa {
  height: 100%;
  cursor: pointer;
  border-radius: 8px;
}

.Avada-FAQs__qa-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}


.Avada-FAQs__active .Avada-FAQs__content {
  max-height: 1000px;
  color: #5c5f62;
}

.Avada-FAQs__content p {
  margin-bottom: 0;
}

