.terms {
  font-family: 'title', sans-serif;
}
.terms h2 {
  font-weight: 600;
  font-size: 18px;
  color: #202E3D;
  margin-bottom: 24px;
}
.terms h5 {
  font-weight: 700;
  font-size: 20px;
  color: #202E3D;
  margin-top: 28px;
  cursor: pointer;
  position: relative;
  padding: 14px 44px 14px 16px;
  background: #F7F7F7;
  border: 1px solid #eee;
  border-radius: 6px;
}
.terms p {
  font-size: 14px;
  line-height: 155%;
  color: #202E3D;
  margin-bottom: 10px;
}
.terms span.text-base { font-weight: 700; margin-right: 6px; }
.terms span.text-sm { font-weight: 400; }
.terms h5::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 10px;
  color: #FFBE63;
  font-weight: 800;
}
.terms h5:hover { background: #fff7f1; }
.terms h5.open {
  background: #fff7f1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.terms h5.open::after { content: "-"; }
.terms .accordion-body {
  display: none;
  padding: 16px;
  background: #F7F7F7;
  border: 1px solid #eee;
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 10px;
}


