section#legacy .section-with-header .header {
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 400;
}

section#legacy .section-with-header .header,
section#legacy .section-with-header p {
  font-size: 22px;
  line-height: 34px;
}

section#legacy .section-with-header img {
  border: 1px solid #dadada;
  max-width: 70%;
  margin-bottom: 15px;
}

section#legacy .section-with-header .image-no-border {
  border: none;
}

@media screen and (max-width: 767px) {
  section#legacy .section-with-header img {
    max-width: 90%;
    padding: 8px;
  }
}

section#legacy .section-with-header ul {
  padding-bottom: 15px;
}
section#legacy .section-with-header ul li {
  font-size: 22px;
  font-family: hn-light;
  margin-bottom: 10px;
}