.faq_section {
  width: 100%;
  padding-top: 1rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;

}

.faq_section .faq_container {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.faq_container span {
  color: #a12000;
  font-weight: 700;
  padding: 0 1rem;
}

.faq_section .h3,
.faq_section h3 {
  margin-bottom: 66px;
  color: #a12000;
  font-size: 42px;
  text-align: center;
}

.faq_section .faq_list,
.faq_section .faq_list li {
  width: 100%;
}

.faq_section .faq_list li .faq_item {
  width: 100%;
  cursor: pointer;
  background: none;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: capitalize;
  color: #a12000;
  padding: 23px 28px 23px 26px;
  border: none;
  border-bottom: 1px solid rgba(37, 33, 89, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: start;
}

.faq_section .faq_list li .faq_item img {
  transition: 0.3s;
}

.faq_section .faq_list li .faq_item.active img {
  transform: rotate(45deg);
}

.faq_section .faq_list li .text_cont {
  width: 100%;
  display: none;
  padding: 20px 26px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #313131;
}

.faq_section .faq_list li .text_cont p {
  width: 100%;
  max-width: 830px;
}
