.static-content {
  padding: 60px 20px 100px;
  background: #fff;
}

.static-content__inner {
  max-width: 840px;
  margin: 0 auto;
}

.static-content__lead {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 40px;
}

.static-content__section {
  margin-bottom: 36px;
}

.static-content__section h2 {
  font-size: 18px;
  font-weight: 700;
  color: #056673;
  border-left: 4px solid #0695a5;
  padding-left: 12px;
  margin-bottom: 16px;
}

.static-content__section h3 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  margin-top: 16px;
}

.static-content__section p {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 8px;
}

.static-content__section ul {
  padding-left: 1.4em;
}

.static-content__section ul li {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
  list-style: disc;
  margin-bottom: 4px;
}

.static-content__contact {
  list-style: none !important;
  padding-left: 0 !important;
}

.static-content__contact li {
  list-style: none !important;
}

.static-content__date {
  font-size: 13px;
  color: #666;
  text-align: right;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .static-content {
    padding: 40px 16px 60px;
  }
  .static-content__section h2 {
    font-size: 16px;
  }
  .static-content__section h3 {
    font-size: 14px;
  }
}