.contentBox {
  padding: 60px 0;
}

.faqList {
  width: 100%;
}
.faqList .faqItem {
  margin-bottom: 15px;
  padding: 5px 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faqList .title {
  position: relative;
  padding: 10px 30px 10px 10px;
  font-weight: 400;
  font-size: 18px;
  color: #474747;
  letter-spacing: 0.72px;
  cursor: pointer;
}
.faqList .title b {
  display: inline-block;
  font-size: 14px;
  color: #0390c8;
  letter-spacing: 0.56px;
}

.toggleOpen {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
  background-color: #0390c8;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .toggleOpen:hover {
    background-color: #ed6d34;
    color: #fff;
  }
}

.definition {
  display: none;
  margin-top: 10px;
  padding: 15px;
  font-size: 14px;
  color: #686868;
  line-height: 1.8;
  background-color: #e7e7e7;
  word-break: break-word;
  letter-spacing: 0.56px;
}
/*# sourceMappingURL=faq.css.map */