.faq .faq_block {
  padding: 0;
}
.faq .faq_block section {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 1em;
  border: 1px solid #00455B;
}
.faq .faq_block section header {
  position: relative;
  background-color: #E1F0F5;
  color: #00455B;
  font-family: 'Lexend';
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  width: 100%;
  border-radius: 10px;
  padding: 18px 70px 18px 30px;
}
@media screen and (max-width: 991px) {
  .faq .faq_block section header {
    padding: 15px 50px 15px 20px;
  }
}
.faq .faq_block section header button {
  color: #00455B;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 36px;
  top: 37.5%;
}
@media screen and (max-width: 991px) {
  .faq .faq_block section header button {
    right: 16px;
  }
}
.faq .faq_block section div {
  padding: 20px 30px 20px 30px;
  font-size: 15px;
  line-height: 24px;
  font-family: 'IBM Plex Sans';
}
.faq .faq_block section i.fa-chevron-up {
  display: inline;
}
.faq .faq_block section i.fa-chevron-down {
  display: none;
}
.faq .faq_block section.closed div {
  display: none;
}
.faq .faq_block section.closed i.fa-chevron-up {
  display: none;
}
.faq .faq_block section.closed i.fa-chevron-down {
  display: inline;
}
.faq .faq_block section.closed i header {
  border-radius: 10px !important;
}
