.hs-button.primary.large{
margin-top: 20px;
    background-color: rgb(250, 74, 69);
    background-image: none;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    font-size: 14pt;
    font-weight: normal;
    font-style: normal;
    border-style: solid;
    border-color: transparent;
    border-width: 0px;
    padding: 11px 30px;
}
.hs-form-private input[type="text"],
.hs-form-private input[type="email"],
.hs-form-private input[type="tel"],
.hs-form-private textarea,
.hs-form-private select{
width: 100%;
}
.hs-form-private .actions{
text-align: center;
}