.button-3 {
    padding: 10px 20px;
    background: black;
    font-weight: 400;
    color:#fff!important;
    font-size: 15px;
    line-height: 24px;
}
.button-3:hover {
    padding: 10px 20px;
    background: #6b3f21;
    font-weight: 400;
    color:#fff!important;
    font-size: 15px;
    line-height: 24px;
}

/*****/

.button-4 {
    padding: 10px 20px;
    background: #fff;
    font-weight: 400;
    color:#000!important;
    font-size: 15px;
    line-height: 24px;
}
.button-4:hover {
    padding: 10px 20px;
    background: #000;
    font-weight: 400;
    color:#fff!important;
    font-size: 15px;
    line-height: 24px;
}


/*****/

.image-slide-desc-container a.sppb-btn.sppb-btn-primary.sppb-btn-rounded {    
  	padding: 10px 20px;
    background: black;
    font-weight: 400;
    color:#fff!important;
    font-size: 15px;
    line-height: 24px;}
.image-slide-desc-container a.sppb-btn.sppb-btn-primary.sppb-btn-rounded:hover {    
    padding: 10px 20px;
    background: #6b3f21;
    font-weight: 400;
    color:#fff!important;
    font-size: 15px;
    line-height: 24px;}


