#lf_first_name_block, #lf_last_name_block, #lf_email_block, #lf_phone_block {
width: 50%;
float: left;
}
#lf_first_name_block, #lf_email_block{
    padding-right: 15px;
}
#lf_last_name_block, #lf_phone_block {
    padding-left: 15px;
}
#lf_form_container textarea{
height: 192px;
}
#lf_form_container #saveForm{ 
   margin: 0;
    font-family: Didot, serif!important;
    border: 0 !important;
    padding: 15px !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-style: italic;
    width: 120px !important;
}
#lf_form_container #saveForm:hover{ 
    background: hsl(340deg 6% 9%) !important;
    color: hsl(44deg 100% 57%) !important;
}
#lf_form_container .buttons{
    text-align: center;
}
@media only screen and (max-width: 767px){
#lf_first_name_block, #lf_last_name_block, #lf_email_block, #lf_phone_block {
width: 100%;
float: none;
}
#lf_first_name_block, #lf_email_block, #lf_last_name_block, #lf_phone_block{
    padding-right: 0px;
    padding-left: 0px;
}
}