body {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 14px;
  color: #202104;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p {
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}

.content a:not(.btn-loans, .btn) {
  color: #706fd3;
  font-weight: bold;
  text-decoration: none;
}

.content a:not(.btn-loans, .btn):hover {
  color: #706fd3;
  text-decoration: underline;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

img.creditcard {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.fa-bolt, .fa-flash {
  color: gold;
}

.fa-star {
  color: #f1c40f;
}

.fa-star.gray {
  color: #aeaeae;
}

.fa-star-half-full:before {
  color: #f1c40f;
}

.fa-check:before {
  color: #706fd3;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  color: #ff0000;
}

.fa-thumbs-up:before {
  color: #27ae60;
}