section.woBg {
  background-color: initial;
}

section h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 100;
  text-align: center;
}

section img {
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 35px;
}

section p {
  width: 90%;
  margin-bottom: 30px;
}

section strong.showStrong {
  font-weight: 700;
}

section.about img {
  display: block;
  width: 250px;
  height: 250px;
  margin: initial;
  margin-right: 60px;
}

section ul {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  list-style-type: disc;
}

section li {
  margin-bottom: 10px;
}
/*# sourceMappingURL=about.css.map */