.faq_section {
  position: relative;
  margin-top: 40px;
  background: #1c1c1c;
  padding: 80px 0;
  border-radius: 2.5rem;
  color: #ffffff;
}
.faq_section .faq_wrap {
  display: flex;
  justify-content: space-between;
}
.faq_section .faq_wrap .section_title {
  font-family: "NeueMachina";
  margin-bottom: 80px;
  font-size: 90px;
  font-weight: 900;
  color: #ffffff;
}
.faq_section .faq_wrap .text_wrap {
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 24px;
  width: 50%;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}
.faq_section .faq_inner .faq_inner-content-question-inner {
  font-family: "NeueMachina";
}
.faq_section .faq_inner .faq_inner-content {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.faq_section .faq_inner .faq_inner-content .faq_inner-content-question-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.faq_section .faq_inner .faq_inner-content:last-child {
  border-bottom: 0px;
}
.vallenato-header {
  overflow: hidden;
  margin-top: 5px;
}
.vallenato-header:hover {
  cursor: pointer;
}
.vallenato-content {
  overflow: hidden;
  padding: 10px 0 30px;
  display: none;
}
.faq_inner-content-question-inner {
  font-weight: 600;
}
.faq_inner-content-icon {
  position: relative;
  min-width: 50px;
  min-height: 50px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.faq_inner-content-icon span {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq_inner-content-icon span:before {
  display: block;
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vallenato-active .faq_inner-content-icon span:before {
  display: none;
}
