.elementor-kit-7 h3 {
    display: none;

}

.buttons {
       text-align: center;

}



input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    background: #f8f7f5;
    transition: all .3s;
}


[type=button], [type=submit], button {
text-align: center;
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #151515;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 250px 250px 250px 250px;
    padding: 10px 100px 10px 100px;
}


label {
    display: inline;
    line-height: 1;
    vertical-align: middle;
    text-transform: uppercase;
}