/* DESKTOP */
.carousel-caption h2 {
  font-size: 3.8em;
  font-weight: 700;
  letter-spacing: 0.2em;
}
/* MOBILE */
@media (max-width: 576px) {
  .carousel-caption h2 {
    font-size: 1.0em !important;
    letter-spacing: 0.05em;!important}
}
