#faq a.expand_all {
  margin-bottom: 2em;
  float: right
}
#faq section {
  margin-bottom: 0.5em;
}
.each-question {
  border-bottom: 2px solid rgba(24,36,77,0.30);
}
.each-question:last-child {
  border-bottom: none;
}
.each-question.active {
  border-color: rgb(24, 36, 77);
}
#faq section > h4 {
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  position: relative;
  padding: 25px 70px 25px 0px;
  color: #18244d;
}
#faq section > h4::after {
  content: "+";
  color: white;
  font-size: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #67bfc2;
  width: 45px;
  height: 45px;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  box-shadow: 0 0 40px -3px rgba(23,36,77,0.3);
  align-content: center;
}
#faq section > h4.question.active::after, #faq section.active > h4::after {
  content: "-";
  color: white;
  font-size: 32px;
}

#faq section .answer {
  padding-bottom: 15px;
  display: none
}
.answer p {
  color: rgba(23,36,77,0.5);
}
.faqs-content-wrap {
  background-color: white;
  box-shadow: 0 0 40px -3px rgba(23,36,77,0.3);
  border-radius: 45px;
  padding: 60px 130px 70px 130px;
}
.faqs-content-wrap h3 {
  font-size: 40px;
  margin-bottom: 30px;
}
#faq section .question.active + .answer {
  display: block;
}
@media only screen and (max-width: 1500px) {
  .faqs-container .page-header {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1280px) {
  .faqs-content-wrap {
    padding: 60px 90px 50px 90px;
  }
  .faqs-content-wrap h3 {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .faqs-content-wrap {
    padding: 50px 50px 40px 50px;
  }
  .faqs-container {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 769px) {
  .faqs-container .page-header {
    padding-bottom: 40px;
  }
  .faqs-content-wrap h3 {
    font-size: 27px;
    margin-bottom: 5px;
  }
  #faq section > h4 {
    font-size: 19px;
    padding: 20px 60px 20px 0px;
  }
  .answer p {
    font-size: 17px;
  }
  .faqs-content-wrap {
    padding: 40px 25px 20px 25px;
  }
  #faq section > h4::after {
    font-size: 25px;
    width: 35px;
    height: 35px;
  }
  #faq section > h4.question.active::after, #faq section.active > h4::after {
    font-size: 25px;
  }
  .faqs-container {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 550px) {
  .faqs-content-wrap h3 {
    font-size: 22px;
  }
  #faq section > h4 {
    font-size: 18px;
    padding: 15px 50px 15px 0px;
  }
  .answer p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  #faq section > h4 {
    font-size: 17px;
  }
}