.outer-wrap-content {
  max-width: 1140px;
  margin: 0 auto 0 auto;
  padding: 0 20px 0 20px;
}

.content {
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 200;
}

.content, .content-highlight, .content-list li {
  font-size: 1.2em;
  line-height: 1.8em;
}

.content-list li {
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.content-highlight {
  background-color: #4ecdc4;
  color: #ffffff;
  width: 90%;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  text-align: center;
  margin: 30px auto 30px auto;
}

.large-billboard-banner {
  display: flex;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 95%;
  height: 100px;
  border: 1px solid #f1f1f1;
}

.outer-wrap-content h1, h2, h3, h4 {
  text-align: left;
  padding: 10px 0 10px 0;
  line-height: 1em;
  font-weight: 700;
}

.outer-wrap-content h1 {
  font-size: 2.5em;
}

.outer-wrap-content h2 {
  font-size: 2em;
}

.outer-wrap-content .content {
  text-align: left;
  padding: 0;
}

.content-image {
  width: 95%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
}

.content-image-description {
  text-align: center;
  padding-bottom: 25px;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .large-billboard-banner {
    width: 970px;
    height: 250px;
  }
  .outer-wrap-content {
    padding: 0 100px 0 100px;
  }
  .content, .content-highlight, .content-list li {
    font-size: 1.4em;
    line-height: 2em;
  }
  .outer-wrap-content h1 {
    font-size: 3em;
  }
  .outer-wrap-content h2 {
    font-size: 2.5em;
  }
  .outer-wrap-content h1, h2, h3, h4 {
    padding: 15px 0 10px 0;
  }
  .content-list li {
    padding-left: 20px;
    margin-left: 20px;
  }
  .content-image {
    width: 65%;
  }
}

