h1 {
  background-color: transparent;
  font-size: 36px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 100;
  background-color: transparent;
  text-align: left;
}

h3 {
  text-align: center;
  margin: auto;
  background-color: transparent;
  font-size: 24px;
}

article {
  font-size: 12px;
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-column-rule: 1px dotted #ddd;
  -moz-column-rule: 1px dotted #ddd;
  column-rule: 1px dotted #ddd;
  padding-top: 20px;
  text-align: justify;
}

p {
  font-family: "Lucida Grande", Verdana, Arial;
  font-size: 14px;
  margin-bottom: 1em;
  margin-top: 0px;
  line-height: 1.3em;
}

.wrap {
  padding-top:20px;
}
.wrap>div {
    box-sizing: border-box;
    margin: 1em 0;
    /* background: #d00; */
    /* flex: 1 1 20em; */
}