.section-title h2 {
  color: #1f4e79;
  font-weight: 700;
}

h3 {
  color: #1f4e79;
  font-weight: 700;
}

.info-box {
  background: #f5f8fb;
  border-left: 5px solid #1f4e79;
  padding: 22px;
  margin: 25px 0;
  color: #000;
  font-weight: 400;
}

.info-box ul {
  margin-bottom: 0;
}

.info-box li {
  margin-bottom: 10px;
}

.cta-box {
  background: #1f4e79;
  color: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-top: 35px;
}

.cta-box h2 {
  color: #fff;
  margin-top: 0;
}

.button-link {
  display: inline-block;
  background: #fff;
  color: #1f4e79 !important;
  text-decoration: none;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 4px;
  margin-top: 15px;
}

.related-resources {
  margin-top: 45px;
  padding-top: 25px;
  border-top: 2px solid #e5e5e5;
}
