p {
  margin: 30px 0;
}

a {
  color: #000;
}

blockquote {
  margin: 30px 0;
  padding: 30px 40px;
  text-align: center;
  font-style: italic;
  position: relative;
}
blockquote:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #650405;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
blockquote:before {
  top: 0;
  position: absolute;
  content: "";
  height: 1px;
  background: #650405;
  width: 220px;
  left: 50%;
  margin-left: -110px;
}

h1 {
  font-size: 36px;
  line-height: 1.25;
  font-family: "Intro", serif;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

h2 {
  font-size: 30px;
  line-height: 1.25;
  font-family: "Intro", serif;
  font-weight: 400;
  margin: 45px 0;
  text-align: center;
}

ul {
  margin: 30px 0;
}
ul li {
  overflow: hidden;
  position: relative;
  padding-left: 30px;
}
ul li + li {
  margin-top: 10px;
}
ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: calc(50% - 3px);
  background: #650405;
}

ol {
  list-style-image: none;
  list-style-type: none;
  margin: 30px 0;
  counter-reset: item;
}
ol > li {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}
ol > li + li {
  margin-top: 10px;
}
ol > li:before {
  content: counters(item, "") ". ";
  counter-increment: item;
  position: absolute;
  font-style: normal;
  top: 0;
  left: 0;
  width: 30px;
  color: #650405;
  font-weight: bold;
}

.table {
  margin: 30px 0;
  width: 100%;
  border: none !important;
}
.table p {
  margin: 0;
}
.table th {
  text-align: left;
  font-weight: normal;
  padding: 14px 20px 15px;
  border-bottom: solid 1px #650405;
}
.table td {
  padding: 14px 20px 15px;
  color: #000;
  border-bottom: solid 1px #dedede;
}

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