/* line 1, ../../app/assets/stylesheets/layout.css.sass */
.illustration {
  margin-bottom: 20px;
}
/* line 3, ../../app/assets/stylesheets/layout.css.sass */
.illustration.half {
  text-align: center;
}
/* line 5, ../../app/assets/stylesheets/layout.css.sass */
.illustration.half img {
  width: 50%;
}
/* line 7, ../../app/assets/stylesheets/layout.css.sass */
.illustration img {
  width: 100%;
}

/* line 11, ../../app/assets/stylesheets/layout.css.sass */
.accordion-inner h4 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 15, ../../app/assets/stylesheets/layout.css.sass */
.accordion-inner blockquote {
  margin-bottom: 20px;
}
/* line 17, ../../app/assets/stylesheets/layout.css.sass */
.accordion-inner blockquote p {
  font-size: 18px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

/* line 23, ../../app/assets/stylesheets/layout.css.sass */
h4 span.normal {
  font-weight: normal;
}

/* line 26, ../../app/assets/stylesheets/layout.css.sass */
h5 {
  font-style: italic;
  font-weight: 500;
  margin-bottom: 7px;
}

/* line 31, ../../app/assets/stylesheets/layout.css.sass */
.cover {
  text-align: center;
  margin-bottom: 20px;
}
/* line 34, ../../app/assets/stylesheets/layout.css.sass */
.cover img {
  width: 149px;
}

/* line 37, ../../app/assets/stylesheets/layout.css.sass */
.well > ul:last-child {
  margin-bottom: 0;
}
