.page-content .carousel-wrapper {
  padding-bottom: 60px;
  position: relative;
}
.page-content .carousel-wrapper h1 {
  font-size: 24px;
  height: auto;
  padding: 10px 15px;
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 15px;
  display: block;
  margin: 0px -15px;
  z-index: 10000;
}
.blue-page .page-content .carousel-wrapper h1 {
  background-color: #009ee3;
  color: white;
}
.green-page .page-content .carousel-wrapper h1 {
  background-color: #009d3a;
  color: white;
}
.red-page .page-content .carousel-wrapper h1 {
  background-color: #EE332C;
  color: white;
}
.orange-page .page-content .carousel-wrapper h1 {
  background-color: #f39100;
  color: white;
}
