.accordion {
  background-color: var(--light);
  cursor: pointer;
  padding: 20px;
  width: 100%;
  font-family: "Cardo", serif;
  text-align: left;
  outline: none;
  transition: 1s;
  font-size: 17px;
  line-height: 1.2em;
  color: var(--primary);
  border: none;
  border-bottom: 2px solid var(--secondary);
}

.faq {
  box-sizing: border-box;
  margin: 8vw 16vw 8vw 0;
  width: 100%;
}

.panel {
  padding: 0 18px 0;
  display: none;
  overflow: hidden;
}

.panel p {
  font-family: "AvenirNext-Regular", sans-serif;
  text-align: left;
  color: var(--dark);
  padding: 10px 25px !important;
}

.accordion:before {
  font-family: "Cardo", serif;
  content: "+";
  color: var(--primary);
  font-size: 30px;
  float: right;
  margin-top: 0;
}

.active {
  border-bottom: none;
}

.active:before {
  font-family: "Cardo", serif;
  content: "-";
  color: var(--secondary);
  font-size: 30px;
  float: right;
  margin-top: 0;
  margin-right: 1px;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {

}
                        
/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/
                        
@media only screen and (min-width: 768px) {
                  
}
                        
/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/
                        
@media only screen and (min-width: 1024px) {
   
  .faq {
    width: 84%;
  }

  .accordion {
    font-size: 25px;
    line-height: 1.6em;
  }

  .panel {
    padding: 0 18px 25px;
  }

  .accordion:before {
    font-size: 40px;
    margin-top: 3px;
  }

  .active {
    border-bottom: none;
  }

  .active:before {
    font-size: 40px;
    margin-top: 3px;
    margin-right: 3px;
  }
}
                        
/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/
                        
@media only screen and (min-width: 1440px) {
                         
}