.slide {
  font-size: 3vh;
  font-weight: bold;
  color: white;
}

#ContentSlide {
  padding: 0 35% 0 5%;
}

#ContentSlide::before {
  content: "";
  position: absolute;
  top: 9%; /* Adjust as needed */
  left: 5%; /* Adjust as needed */
  right: 15%; /* Adjust as needed */
  bottom: 6%; /* Adjust as needed */
  background-image: url("/assets/erasmus/img/slide-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
