.text-label {
  text-align: center;
}

* {
  color: #83bedc;

}

@media screen and (min-width: 600px) {
  /* for desktop */
  #carouselExample, #carouselExample2, #carouselExample3 {
    width: 40% !important;
  }
}

@media screen and (max-width: 600px) {
  /* for mobile */
  .text-subhead {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
  }

  .text-label {
    font-size: 0.75rem;
  }

  #carouselExample, #carouselExample2, #carouselExample3 {
    width: 100% !important;
  }


}
