/* MEDIAS QUERIES */
.carousel-caption {
  bottom: 0rem;
  padding-bottom:0.25rem
}

.carousel-caption>h1 {
  font-size: 1.8rem;
  color: orange;
}

.carousel-caption>p {
  font-size: 0.8rem;
  line-height: 1rem;
}

.carousel-caption>p>a {
  font-size: 0.8rem;
}

@media screen and (min-width: 576px) {
  .carousel-caption>p {
    font-size: 1rem;
  }

  .carousel-caption>p>a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {
  .carousel-caption {
    bottom: 3.25rem;
    padding-bottom:1.25rem
  }

  .carousel-caption>h1 {
    font-size: 3.5rem;
    color: orange;
  }

  .carousel-caption>p {
    font-size: 1.5rem;
    line-height: normal;
  }

  .carousel-caption>p>a {
    font-size: 1.1rem;
  }
}