.acc {
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}
.acc h3 {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
  background: #f2f2f2;
  padding: 13px;
  border-radius: 3px;
  font-weight: 600;
}
.acc h3:after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.acc .content {
  background-color: #fff;
  display: none;
  padding: 10px;
}
.acc .content-inner {
  padding: 15px;
  line-height: 1.5;
}

/*# sourceMappingURL=style.css.map */
