
/* Hover effect for column, text, and blurb icon background */
.hover-copper {
  transition: background-color 0.3s ease, color 0.3s ease;
}
.hover-copper:hover {
  background-color: #b87333 !important;
  color: #ffffff !important;
}
.hover-copper:hover .et_pb_blurb .et_pb_module_header,
.hover-copper:hover .et_pb_blurb .et_pb_blurb_description {
  color: #ffffff !important;
}

