.lead {
  font-size: 19px;
  font-weight: 400;
  background: #f5f8fb;
  border-left: 5px solid #1f4e79;
  padding: 18px 22px;
  margin: 20px 0 25px;
  color: #000;
}

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

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

.loan-features {
  background: #f8f9fb;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 25px;
  margin: 30px 0;
  color: #000;
  font-weight: 400;
}

.loan-features ul {
  margin-bottom: 0;
}

.loan-features li {
  margin-bottom: 10px;
}

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

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

.button-link {
  display: inline-block;
  background: #ffffff;
  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;
}
