.slide-inner {
  position: relative;
  margin-bottom: 2em;
}
.slide-title {
  position: absolute;
  bottom: 3em;
  left: 8em;
  padding: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
}
.slide-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0em;
  left: 0em;
  width: 9px;
  background-color: #69bd44;
}
.splide__pagination__page.is-active {
  background: #69bd44 !important;
}
