
.copy-container p, .faq-container p {
  margin-bottom: 2rem
}
.copy-container h1, .copy-container h2, .copy-container h3, .copy-container h4, .copy-container h5, .copy-container h6, .faq-container h1, .faq-container h2, .faq-container h3, .faq-container h4, .faq-container h5, .faq-container h6 {
  font-weight: 800;
  letter-spacing: 1.5;
  line-height: 1.25;
  margin-bottom: 1em
}
@media screen and (min-width:768px) {
  .copy-container h1, .copy-container h2, .copy-container h3, .copy-container h4, .copy-container h5, .copy-container h6, .faq-container h1, .faq-container h2, .faq-container h3, .faq-container h4, .faq-container h5, .faq-container h6 {
    font-size: 1.5
  }
}
.copy-container h1 a, .copy-container h2 a, .copy-container h3 a, .copy-container h4 a, .copy-container h5 a, .copy-container h6 a, .faq-container h1 a, .faq-container h2 a, .faq-container h3 a, .faq-container h4 a, .faq-container h5 a, .faq-container h6 a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit
}
.copy-container h1, .faq-container h1 {
  font-size: 2.6rem
}
@media screen and (min-width:768px) {
  .copy-container h1, .faq-container h1 {
    font-size: 3rem
  }
}
.copy-container h2, .faq-container h2 {
  font-size: 2.2rem
}
@media screen and (min-width:768px) {
  .copy-container h2, .faq-container h2 {
    font-size: 2.4rem
  }
}
.copy-container h3, .faq-container h3 {
  font-size: 1.8rem
}
@media screen and (min-width:768px) {
  .copy-container h3, .faq-container h3 {
    font-size: 2rem
  }
}
.copy-container h4, .faq-container h4 {
  font-size: 1.6rem
}
@media screen and (min-width:768px) {
  .copy-container h4, .faq-container h4 {
    font-size: 1.6rem
  }
}
.copy-container h5, .faq-container h5 {
  font-size: 1.4rem
}
@media screen and (min-width:768px) {
  .copy-container h5, .faq-container h5 {
    font-size: 1.4rem
  }
}
.copy-container h6, .faq-container h6 {
  font-size: 1.2rem
}
@media screen and (min-width:768px) {
  .copy-container h6, .faq-container h6 {
    font-size: 1.2rem
  }
}
.copy-container ul, .faq-container ul {
  list-style: disc inside;
  margin-bottom: 1rem
}
.copy-container ul li, .faq-container ul li {
  margin-bottom: 1rem
}
.copy-container a, .faq-container a {
  position: relative;
  color: goldenrod;
}
.copy-container a:hover, .faq-container a:hover {
  color: #5c4179;
  text-decoration: underline
}
.copy-container img, .faq-container img {
  width: auto !important;
  margin: 0 auto;
  border-radius: 8px
}
.copy-container img + i, .faq-container img + i {
  position: relative;
  top: -.5rem;
  display: block;
  margin-bottom: 3rem;
  padding: 1rem .5rem .5rem;
  background-color: rgba(143, 111, 177, .2);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 1.2rem
}

#faqs {
  padding: 6.5rem 2rem 6.2rem;
  background-color: #f3f3f3;
  text-align: center
}
#faqs .wrapper {
  max-width: 1136px;
  margin: 0 auto
}
#faqs .header {
  margin-bottom: 4rem
}
.faq-heading {
  color: #000;
  font-size: 1.3rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px
}
@media screen and (min-width:768px) {
  .faq-heading {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 3px
  }
}
.faq-container {
  position: relative;
  margin-bottom: 3rem;
  padding: 2rem 3rem 0;
  border: 1px solid #000;
  border-radius: 1rem;
  cursor: pointer
}
.faq-container .faq-question {
  position: relative;
  font-weight: 700
}
.faq-container .faq-question .faq-heading {
  text-align: left;
  max-width: 100%;
  margin-right: 1.5rem;
  margin-bottom: 2rem;
  color: #000;
  font-family: Poppins, sans-serif;
  line-height: 1.25;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 1.6rem
}
@media screen and (min-width:768px) {
  .faq-container .faq-question .faq-heading {
    font-size: 1.6rem
  }
}
.faq-container .faq-question i.fas {
  color: #000 !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  transition: transform .3s ease-out;
  font-size: 20px
}
.faq-container .faq-question.rotate i.fas {
  transform: rotate(180deg) translateY(50%)
}
.faq-answer {
  display: none;
  margin-bottom: 3rem;
  margin-right: 4rem;
  background: #f3f3f3;
  text-align: left
}
.faq-answer + .faq-question {
  margin-top: 5rem
}
.faq-answer li, .faq-answer p {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.9rem
}
@media screen and (min-width:768px) {
  .faq-answer li, .faq-answer p {
    font-size: 1.5rem;
    line-height: 2rem
  }
}
.faq-answer li:last-child, .faq-answer p:last-child {
  margin-bottom: 0
}
