.faq {
  padding: 80px 0;
}

.faq__wrap {
  max-width: 744px;
  margin: 0 auto;
}

h2.faq_title {
  margin-bottom: 32px;
}

.faq_title {
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #11141E;
  display: flex;
  align-items: center;
}

.faq_title.active {
  color: #2F9D39;
}

.faq_title.active i {
  transform: rotate(45deg);
}

.faq_title .fa-solid {
  cursor: pointer;
  margin-right: 20px;
}

.faq_description {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3f424a;
  padding-left: 40px;
  margin-top: 14px;
}

.faq-row {
  padding: 24px 0;
  border-bottom: 1px solid #2F9D39;
}

@media (max-width: 576px) {
  .faq_title {
    font-size: 16px;
    line-height: 20px;
  }

  .faq_description {
    font-size: 14px;
    line-height: 20px;
  }
}
