@media screen and (min-width:1299px) {  
.heroheading {
width:45%;
float:left;
}

.herodescr {
width:55%;
float:left;
}
}

/* body {
background: radial-gradient(circle, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
} */

.blu {
color:#0651B5;
}

.heroarea {
width:100%;
margin:200px auto;
}

.heroheading h1 {
font-family:'Nunito', sans-serif;
font-weight:900;
font-size:50px;
color:#0651B5;
text-align:left;
}

.heroheading p:nth-of-type(1),
.heroheading p:nth-of-type(2) {
color:#000;
}

.herodescr h2:nth-of-type(1) {
text-align:end;
margin:80px auto 27px auto;
}

.contactbtns {
margin:25px auto;
}

.contactbtns a {
text-decoration:none;
}

.contactbtns a:hover {
color:#fff;
}
