.slider-bottom-text {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 2;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-bottom-text h3 {
  font-family: "Rajdhani", sans-serif;
  font-weight: 450;
  font-size: 1.6rem;
  color: #ffffff;
  margin-right: 15px;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  text-shadow: 0 2px 6px rgba(0,0,0,.5);
}

.slider-bottom-text .highlight {
  color: var(--ai-secondary);
  font-weight: 600;
}

@media (max-width: 768px) {
  .slider-bottom-text {
    flex-direction: column;
    padding: 0 12px;
  }
  .slider-bottom-text h3 {
    font-size: 1.4rem;
    margin-right: 0;
    text-wrap: balance;
  }
}
