p { line-height: 30px; margin-top: 0; }
b { color: #ebc100; }
li { line-height: 26px; }

#content {
  margin: 120px auto 40px auto;
  width: 95%;
}
#content::after {
  clear: both;
  content: "";
  display: table;
}

.col {
  float: left;
  padding: 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col img {
  border-radius: 8px;
  width: 100%;
}
