.text-faq {
  padding: 5vw 0 75px;
  position: relative;
  background-color: var(--foe-color-one);
}

.text-faq .illustration-left {
  width: 40vw;
  height: auto;
  position: absolute;
  bottom: 1vw;
  left: -5vw;
}

.text-faq .content-container {
  padding: 0 5vw;
}

.text-faq h2 {
  color: var(--foe-color-four);
  padding: 0;
  text-align: center;
  margin-bottom: 25px;
}

.text-faq p {
  color: var(--foe-color-four);
}

.text-faq .faq-content {
  padding: 0 5vw;
}

/*********************** ACCORDION STYLE ***********************/

.accordion {
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 20px;
  color: var(--foe-color-four);
  background-color: var(--foe-color-one);
  border: none;
  border-bottom: 1px solid var(--foe-color-two);
  font-family: 'freight-text-pro', serif;
  transition: 0.3s;
}

.accordion:before {
  content: url('../../img/FAQ-arrow.svg');
  float: right;
  margin-top: 3px;
}

.active:before {
  content: url('../../img/FAQ-arrow.svg');
  float: right;
  margin-top: 3px;
  transform: rotate(180deg);
}

.panel {
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

.panel p {
  display: block;
  box-sizing: border-box;
  font-family: 'Untitled Sans', sans-serif;
  text-align: left;
  color: var(--foe-color-four);
  padding: 25px 25px;
  margin: 0;
}

.panel ul {
  margin: 0;
  padding: 25px 0;
  color: var(--foe-color-four);
}

.panel li {
  margin-left: 50px;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
  .text-faq {
    padding: 5vw 5vw 125px;
    background-size: auto 100px;
  }

  .text-faq::before {
    height: 25px;
    background-size: auto 25px;
  }

  .text-faq .illustration-left {
    width: 35vw;
  }

  .text-faq .content-container {
    padding: 0 10vw;
  }

  .accordion {
    padding: 15px 0;
    font-size: 25px;
  }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
  .text-faq {
    padding: 5vw 10vw 150px;
  }

  .text-faq .illustration-left {
    width: 30vw;
    bottom: 0;
  }

  .text-faq .content-container {
    padding: 5vw 15vw;
  }

  .accordion {
    padding: 10px 0;
    font-size: 25px;
  }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1366px) {
  .text-faq {
    padding: 5vw 15vw 10vw;
  }

  .text-faq .illustration-left {
    width: 25vw;
  }

  .text-faq .content-container {
    padding: 0 15vw;
  }
}
