.problem-banner {
  background: url(../images/p4Banner.jpg) center center / auto 100% no-repeat;
}
.problem-body h3 {
  counter-increment: problem;
}
.problem-body h3::before {
  content: counter(problem) ". ";
}
.lead1-title {
  margin-top: 50px;
  padding-left: 30px;
  background: left center / auto 30px no-repeat;
  background-image: url(../images/svg/circle.svg);
}
.lead1 {
  color: #777;
  text-indent: unset;
}
.lead1-content {
  padding-left: 2em;
  color: #777;
  font-size: 16px;
  line-height: 1.8em;
  overflow: auto;
}
.lead1-content .table {
  color: inherit;
  font-size: 16px;
}
.lead1-content ol {
  font-size: inherit;
  list-style-type: circle;
  line-height: inherit;
}
.lead1-content p {
  margin-bottom: 1.6em;
}
@media (max-width: 768px) {
  .lead1-content {
    padding-left: unset;
  }
}
