.wcl-faq-section .data-title {
  margin-bottom: 20px;
}
.wcl-faq-section .faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wcl-faq-section .faq-list .faq-item {
  transition: var(--transition);
  border-top: 2px solid #DDD;
}
.wcl-faq-section .faq-list .faq-item.active .faq-item-trigger::before {
  transform: translateY(-50%) rotate(180deg);
}
.wcl-faq-section .faq-list .faq-item.active .faq-item-content {
  padding-bottom: 18px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
  overflow: visible;
}
.wcl-faq-section .faq-list .faq-item:last-child {
  border-bottom: 2px solid #DDD;
}
.wcl-faq-section .faq-list .faq-item-trigger {
  position: relative;
  padding: 18px 116px 18px 0;
  font-weight: 600;
  cursor: pointer;
}
.wcl-faq-section .faq-list .faq-item-trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background: url("../../../img/chevron-down.svg") no-repeat 50%;
  transition: var(--transition);
}
.wcl-faq-section .faq-list .faq-item-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--dark-color);
}
.wcl-faq-section .faq-list .faq-item-content {
  padding-right: 50px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
  transition: var(--transition);
  box-sizing: content-box;
  font-size: 20px;
  font-weight: 500;
  color: var(--gray-color);
}
.wcl-faq-section .data-image {
  width: 100%;
  max-width: 416px;
  margin-top: 70px;
  margin-left: auto;
}
@media only screen and (max-width: 1366px) {
  .wcl-faq-section .faq-list .faq-item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1280px) {
  .wcl-faq-section .faq-list .faq-item-trigger {
    padding-right: 50px;
  }
  .wcl-faq-section .faq-list .faq-item-title {
    font-size: 20px;
  }
  .wcl-faq-section .faq-list .faq-item-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .wcl-faq-section .faq-list.faq-list-left .faq-item:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  .wcl-faq-section .data-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .wcl-faq-section .faq-list .faq-item-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 425px) {
  .wcl-faq-section .faq-list .faq-item-title {
    font-size: 16px;
  }
}
