.wpb_text_column .btn {
    background: #f59331;
    border: none;
    padding: .5rem 1.25rem;
    border-radius: .25rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;

}

.wpb_text_column .btn:hover {
    background: #383838;
    color: #ffffff;
    font-weight: 600;   
}