#front-faq {
  background-color: #f1f2f2;
  font-family: "DM Sans", sans-serif;
}
#front-faq h4 {
  font-weight: 600;
  color: #1d354f;
  font-size: 18px;
}
#front-faq h2 {
  font-size: 60px;
  font-weight: 200;
  color: #1d354f;
}
#front-faq .read-faq {
  cursor: pointer;
  background-color: #F05633;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px;
  border-radius: 50px;
  border-color: #f05633;
  transition: 0.5s;
  margin: 10px 0 0;
}
#front-faq .read-faq:active, #front-faq .read-faq:focus {
  outline: none;
}
#front-faq .read-faq:hover {
  background-color: #f89734;
  border-color: #f89734;
}

/*# sourceMappingURL=front-faq.css.map*/