.is-style-container-80 {
  max-width: 80%;
  margin: 0 auto;
}
.acf-block-faq-section {
  position: relative;
}
.acf-block-faq-section h2 {
  margin-bottom: 16px;
}
.faq-section {
  margin-bottom: 48px;
}
.faq-answer {
  display: none;
  overflow: hidden;
  color: #666;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 16px 0 8px;
  border-bottom: 1px solid var(--Borders-colours-light, #e1e1e1);
  transition: all 0.5s ease-in-out;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.375rem;
  font-family: "ff-din-paneuropean", sans-serif;
  letter-spacing: -0.3px;
  line-height: 1.6;
  font-weight: 500;
  color: #404040;
  transition: all 0.5s ease-in-out;
}
.faq-item.active .faq-question,
.faq-item:hover .faq-question {
  border-bottom: 1px solid var(--Colours-Brand-unilogo-reg, #00b2a9);
}
.faq-item.active .faq-question h3,
.faq-item:hover .faq-question h3 {
  color: var(--Colours-Brand-unilogo-reg, #00b2a9);
}
.faq-toggle {
  transition: transform 0.3s ease;
}

.faq-item.active .faq-answer {
  display: block;
  padding: 20px 0;
  font-size: 1rem;
  line-height: 1.7;
  font-family: "Open Sans";
}

.faq-item.active .faq-answer ul {
  font-size: 1rem;
  margin: 24px 0 24 110px !important;
  list-style: none;
  padding: 0;
}
.faq-item.active .faq-answer ul li {
  margin-bottom: 16px;
  position: relative;
}
.faq-item.active .faq-answer ul li:before {
  content: "";
  display: inline-block;
  background-image: url(../../assets/img/icon-list-triangle.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: 12px;
  position: absolute;
  left: -20px;
  top: 8px;
}
.faq-item.active .faq-answer p {
  margin-bottom: 10px;
}
.faq-item.active .faq-answer ol {
}
.faq-item.active .faq-toggle {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .faq-question h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .faq-item.active .faq-answer {
    font-size: 0.875rem;
  }
}
