.home-hero h1 {
max-width: 646px;
white-space: nowrap;
font-size: 49px;
line-height: 49px;
font-weight: 900;
color: rgb(255, 255, 255);
font-family: Roboto;
text-align: left;
margin: 0px 0 10px;
padding: 0px;
letter-spacing: -1px;
min-height:1px;
max-height:none;
}

.home-hero p {
white-space: nowrap;
font-size: 14px;
line-height: 15px;
font-weight: 400;
color: rgb(255, 255, 255);
font-family: Open Sans;
visibility: inherit;
transition: none 0s ease 0s;
text-align: inherit;
border-width: 0px;
margin: 0px 0 20px;
letter-spacing: -1px;
}



 .home-hero select,
  .home-hero input{
    font-size: 13px;
    color: rgb(51, 51, 51);
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 13px;
    border-width: 1px;
    font-weight: 400;

}



.btn-get a {
   color: rgba(255,255,255,1.00) !important;
font-size: 16px !important;
line-height: 16px !important;
font-weight: 700 !important;
font-style: normal !important;
font-family: Roboto !important;
text-decoration: none !important;
background-color: rgba(55,105,181,1.00) !important;
border-color: rgba(55,105,181,1.00) !important;
border-style: solid !important;
border-width: 2px !important;
border-radius: 4px 4px 4px 4px !important;
margin: 0px;
padding: 9px 15px;
letter-spacing: -1px;
}


.btn-get a:hover {
background-color: #f6911d !important;
border-color: #f6911d !important;

}


@media screen and (max-width: 1024px) {
.home-hero {
    padding:20px !important; 
}

}