.text {
    background: linear-gradient(159deg, #0d4280, #0095ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-gradient {
    background: linear-gradient(90deg, #0d4280, #0095ff);
}
.button-blue
{
	background: linear-gradient(90deg, #0d4280, #0095ff);
	color:white;
}
.button-blue:hover
{
background: linear-gradient(90deg,#0095ff,#0d4280);	
}


.btn-primary {
  background: linear-gradient(90deg, #0d4280, #0095ff)!important;
  color: #fff;
}
.btn-primary:hover {
  background: linear-gradient(90deg, #0095ff,#0d4280)!important;
  color: #fff;
}
