@charset "utf-8";
/* CSS Document */
section {
  background-color: rgba(0, 0, 0, .1);
  padding-top: 15px;
}
section .panel-body h5 {
  font-weight: 800;
  text-align: center;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
  color: #b20033;
}
section .panel-heading h4 {
  font-weight: 700;
  line-height: 1.25;
}
section ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
}
section li {
  text-indent: -15px;
}
section li:before {
  content: "•";
  padding-right: 10px;
  color: #b20033;
}
aside {
  padding-top: 15px;
  background-color: rgba(0, 0, 0, 0);
}
aside h4 {
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: 400;
  margin: 0 5px 15px 5px;
}
@media (min-width: 768px) {
  section {
    padding-left: 15px;
    padding-right: 15px;
  }
  aside h4 {
    margin-left: 20px;
    margin-right: 20px;
  }
}