.linklist.benefits-teaser {
  text-align: center; /* Centers inline elements like text */
}

.link-list-ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers list items */
}

.link-list-item {
  margin: 5px 0;
}
#main {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

#content {
  text-align: center;
}
.text-container {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 15px;
  border-radius: 8px;
  width: 80%;
  max-width: 500px;
  transition: opacity 0.5s ease-in-out;
}
.carousel-slide {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

#content {
  width: 100%;
}
