.feature-box-001 h3.sppb-addon-title.sppb-feature-box-title {
    color: rgb(255 255 255) !important;
    font-size: 16px !important;
    font-weight: 600;
  	margin: 10px 0px 10px 0px;
}
.feature-box-001 {
    padding: 80px 25px;
    transition: 0.3s;
}

.feature-box-001:hover {
    background: rgb(159 78 37 / 80%);
}

.feature-box-001 .sppb-addon-content.sppb-text-center {
    opacity: 0;
    transition:0.3s;

}
.feature-box-001:hover .sppb-addon-content.sppb-text-center {
    opacity: 1;
}