.accordion-box {
  margin: 3em auto;
 }

.toggle {
  display: none; }

.option {
  position: relative;
 }

.title,
.content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s; }

.title {
  background: #fff;
  box-sizing: border-box;
  border-bottom: 2px solid #ebebeb;
  padding: 0.5em;
  display: block;
  color: #7f2f32;
  font-weight: bold; }

.title:after, .title:before {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #7A7572;
  transition: all 0.2s; }

.title:after {
  transform: rotate(90deg); }

.content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff; }
  .content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5; }

.toggle:checked + .title, .toggle:checked + .title + .content {
   }
.toggle:checked + .title + .content {
  max-height: 500px; }
.toggle:checked + .title:before {
  transform: rotate(90deg) !important; }

/*# sourceMappingURL=accordion.css.map */
