.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    
    width: 100%;
    padding: 12px; 
border-radius: 10px;
}
.wpcf7-list-item {
font-size: 0.9em;
}
.wpcf7-submit {
    background: #79b3dc;
    color: #ffffff;
    padding: 12px;
    border-radius: 10px
}

#sidebar .et_pb_widget {
border-bottom: 1px solid #ddd;
padding-bottom: 20px;
margin-bottom: 20px;
}
#sidebar .et_pb_widget:last-of-type {
border-bottom:0;