.text-gradient {
  background: -webkit-linear-gradient(315deg, #1e30f3 0%, #e21e80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1,
.h1 {
  color: #033243;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 30pt;
  font-weight: bold;
  /*letter-spacing: 2px;*/
  line-height: 50px;
  /*text-transform: uppercase;*/
}
h2,
.h2 {
  color: #033243;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 20pt;
  font-weight: bold;
}
h3,
.h3 {
  color: #4b4c4e;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 22pt;
  font-weight: normal;
}
h4,
.h4 {
  color: #7d8293;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 20pt;
  font-weight: normal;
}
p {
  /*color: #4C4D4F;*/

  font-size: 16px;
  color: #7d8293;
}
p.small {
  font-size: 13px;
}
.btn-brand {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 30px;
  background-color: #666ee8;
  border-radius: 0;
}
.btn-brand:hover {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 30px;
  background-color: #8a91ff;
  border-radius: 0;
}
.purple {
  color: #666ee8 !important;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h4.italics {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  p.small {
    font-size: 12px;
  }
}
