/*******************    FAQ    **********************/


.kl-faq {
  border: none;
  margin-top: 24px;
}


.kl-faq__header {
  border: none;
  font-size: 16px;
  padding: 24px 16px;
}


.kl-faq__header h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(57, 59, 71, 1);
}

.kl-faq__description {
  color: #67697A;
  line-height: 1.5;
  padding: 0;
}

.kl-faq__entry+.kl-faq__entry {
  border-top: 2px solid #EBECF5 !important;
}

.kl-faq__header: hover {
  color: #0025E0;
}

.kl-faq__icon {
  width: 6px;
  height: 8px;
  border-bottom: 8px solid #0025e0;
  border-left: 8px solid transparent;
  transform: rotate(45deg);
} 

.kl-faq__entry--active .kl-faq__icon {
    transform: rotate(225deg);
}

.kl-faq__icon: after {
  display: none;
}

.kl-faq__icon: before {
  display: none;
}

.kl-faq__description .kl-faq__inner p {
  
  text-align: left;
}

.kl-faq__description .kl-faq__inner {padding-left: 16px; }