/* ! text */
.text-navy {
  color: #2F3985;
}
.text-red{
    color: #FF3514;
}
.bg-red{
    background-color: #FF3514;
}
.bg-lights{
  background-color: #F8F9FA;
}