.text-slider-home {
  position: relative;
  width: 100%; 
  height: 70px; 
  margin-bottom: 60px;
  overflow: hidden;
  font-family: 'TTCommonsRegular', sans-serif; 
}

.slider-text {
  position: absolute;
  width: 100%;
  opacity: 0;
  font-weight: 400;
  transition: opacity 1s ease-in-out;
  font-size: 20px;
  color: white; 
}

#slide1 {
  opacity: 1; 
}

.text-slider-home .slider-text .highlight {
  color: #a7ffe8;
  font-family: TTCommonsDemiBold !important;
}