/* Change button color */ 
.wpforms-form button[type=submit] { 
    background-color: #b0bf5a; /* Replace with your desired color code */ 
    color: #ffffff; /* Replace with your desired text color */ 
    border-color: #ffffff; /* Replace with your desired border color */ 
}

.widget_headline-widget h3 {
    padding-bottom: 20px;
    margin: 0;
    font-size: 20px;
    color: #666;
    font-weight: 400;
}
.copy-text {
color: #ffffff;
}