 

.splide {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; 
  margin-top: -30px;
  background-color: rgb(17, 86, 40);
} 
.splide .splide__track ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 1000;
  font-family: "Monument", sans-serif; 
}
.splide .splide__track ul li img {
  width: 6.4rem;
  height: 6.4rem;
}
.splide .splide__track-1 ul li {
  color: rgb(230, 174, 62);
  -webkit-text-stroke: 1px black;
}

/*# sourceMappingURL=styles.css.map */
