.faqcontainer {
  margin-top: 28px;
}
.faqcontainer .container-header h1 {
  font-size: 28px;
  padding-left: 24px;
}
@media only screen and (max-width: 550px) {
  .faqcontainer .container-header h1 {
    font-size: 24px;
  }
}
.faqcontainer .question-container {
  border-bottom: 2px;
  border-bottom-color: #fff;
  border-bottom-style: solid;
}
.faqcontainer .question-tab {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 6px 10px;
}
.faqcontainer .question-tab p {
  margin: 0 20px 0 15px;
}
.faqcontainer .question-tab p span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .faqcontainer .question-tab p span {
    font-size: 14px;
    line-height: 18px;
  }
}
.faqcontainer .question-tab div span.icon-circle-operator {
  font-size: 35px;
  margin-right: 7px;
}
.faqcontainer .answer-tab {
  background-color: #f0f1f2;
  display: none;
  padding: 10px 10px 10px 30px;
  /* Style attributes related to html content authored in text area */
}
.faqcontainer .answer-tab p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .faqcontainer .answer-tab p {
    font-size: 14px;
    line-height: 18px;
  }
}
.faqcontainer .answer-tab ul {
  line-height: 20px;
}
