.faq .q-and-a {
  background: #f8f8f8;
  border-radius: 40px;
  position: relative;
  cursor: pointer;
  height: 100px;
}

.faq .q-and-a .extend {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #637D96;
  border-radius: 50%;
  right: 30px;
  top: 35px;
}

.faq .q-and-a .extend .plus {
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.faq .q-and-a .extend .plus .l1 {
  position: absolute;
  left: 9px;
  top: 13.5px;
  height: 3px;
  width: 12px;
  background-color: #FFF;
}

.faq .q-and-a .extend .plus .l2 {
  position: absolute;
  left: 13.5px;
  top: 9px;
  height: 12px;
  width: 3px;
  background-color: #FFF;
}

.faq .q-and-a .question {
  padding: 25px ;
  padding-right: 100px;
  font-family: "Sf-Compact-Display-Bold";
  line-height: 1.7rem;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq .q-and-a .answer p {
  padding: 25px 25px;
  padding-top: 0;
  line-height: 1.7rem;
  width: 85%;
}

.faq .active{
  max-height: unset;
  height: auto !important;
}

.faq .active .l2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (max-width: 1023px) {
  .large-5:not(:first-of-type) {
    margin-top: 30px;
  }
  .q-and-a {
    min-height: 0vh !important;
  }
  /*
  .q-and-a .question {
    width: 75% !important;
    padding: 0px !important;
    padding-left: 25px !important;
  }
  */
  .q-and-a .answer {
    padding-right: 0 !important;
  }
  .faq .q-and-a .answer p {
    width: 100%;
  }
}
/*# sourceMappingURL=faq.css.map */