:root, [data-bs-theme="light"] {
  --t4-border-color: #0d8734;
  --t4-border-width: 2px;
}
.carousel-item:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: rgb(255 255 255 / 50%);
  background: linear-gradient(rgb(251 251 251 / 32%), rgb(253 255 232 / 80%));  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(rgb(251 251 251 / 32%), rgb(253 255 232 / 80%)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: cover;
  background-repeat: no-repeat;
}