.article {
  background: #fff;
  padding: 30px;
}
.article h1 {
  font-size: 26px;
  height: 50px;
  margin: 20px 0;
}
.article h3 {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  padding-bottom: 2px;
  margin: 15px 0;
}
.article p {
  line-height: 25px;
  padding-bottom: 10px;
  margin: 14px 0;
}
.article img {
  max-width: 100%;
}
.article ul {
  padding-left: 20px;
}
.article ul li {
  list-style-type: disc;
}
