@font-face {
  font-family: "RecordLaser";
  src: url("public/font/RecordLaser-Medium.ttf") format("truetype"), url("public/font/RecordLaser-Medium.otf") format("opentype");
}
.faqList {
  width: 100%;
}
.faqList .faqItem {
  margin-bottom: 15px;
  padding: 5px;
  border-bottom: 1px solid #333333;
}
.faqList .title {
  position: relative;
  padding: 10px 5px;
  font-weight: 400;
  font-size: 15px;
  color: #f7f7f0;
  cursor: pointer;
}
.faqList .title b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-style: italic;
  font-size: 16px;
  color: #713ae8;
}

.toggleOpen {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  margin-top: -13px;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
  background-color: #713ae8;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .toggleOpen:hover {
    color: #111111;
  }
}
@media (max-width: 640px) {
  .toggleOpen {
    position: static;
    margin: 0;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
    border-radius: 30px;
  }
}

.definition {
  display: none;
  margin-top: 10px;
  padding: 15px;
  font-size: 14px;
  color: #686868;
  line-height: 1.8;
  background-color: #e7e7e7;
  border-radius: 20px;
}