
.faq-section{
  /* background-color: #FFDD00; */
  padding: 30px 0 0px 0;
}
.faq-header{
  font-size: 15px;
  position:relative;
  cursor:pointer;
}
.faq-header:not(.active) .arrow-up {
  visibility: hidden;
}

.faq-header.active .arrow-down {
  visibility: hidden;
}

.faq-block{
  /* border-bottom: 1px solid #A18C00;
  padding-bottom: 15px;
  padding-top: 22px; */
  margin-bottom:15px;
  padding:15px;
  background:#fff;
  border-radius:12px;
  border-bottom: none!important;
}
.faq-description{
  margin-top: 18px;
    padding-top: 18px;
    font-size: 14px;
    border-top: 1px solid rgba(0,0,0,0.4);
  /* background-color: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-top: 15px; */
  animation: 2s animation;
}
@keyframes animation {
  from {
    bottom: -60px
  }
  to {
    bottom: 20px
  }
}

.faq-description p{
  font-size: 14px !important;
  line-height: 1.45em !important;
  margin: 3px !important;
 }
 .faq-question{
  display: block;
    width: 90%;

 }

.arrow-faqs {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.faq-description p{
  margin-bottom: 11px;
}
.faq-section .arrow-down{
  font-size: 24px;
  color:#000;
}

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

    .faq-description p{
    margin: 0px !important;
   }
}