.collapse_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}
.collapse_btn .coll-btns {
  padding: 10px 20px;
}

.faq-question-container .text-content .text-wrapper .button-section {
  display:flex;
}

.faq-question-container .text-content .text-wrapper .button-section svg path {
  fill:#fff;
}

@media only screen and (max-width: 767px) {

  .collapse-on-scroll
  {
    padding:0 20px;
  }
  
  .faq-question-container .text-content .text-wrapper .button-section
  {
    margin-top:0;
    margin-bottom:20px;
  }
  
  .faq-question-container .text-content .text-wrapper .button-section svg path {
    fill:#215bea;
  }
  
  .collapse_btn_faq
  {
    margin-top:0 !important;
  }
  
.faq-question-container .text-content .text-wrapper .button-section a.button
{
  display: inline-flex;
}

.faq-question-container .text-content .text-wrapper .button-section a.button.cta_secondary {
  background-color: #fff;
  border: 1px solid #215bea;
  color: #215bea;
  margin-right: 15px;
}