.text-carousel-wrapper .slide-text-container {
  font-size: 2.6rem;
  line-height: 1.25;
  text-align: center;
  
}

.text-carousel-wrapper .slide-text-container p {
  margin-top: 0;
}

@media screen and (min-width: 991px) {
  .text-carousel-wrapper .slide-text-container {
    font-size: 3.6rem;
  }
}