/* Override styles */

.carousel .item {
  height: 400px;
  height: 300px;
}

.frame {
/* Change vertical paddings of CEs */
padding-top: 2em;
padding-top: 1em;
padding-bottom: 2em;
padding-bottom: 1em;
}

@media (min-width: 992px) {
  .carousel .item {
    height: 600px;
    height: 400px;
    height: 300px;
  }

}


/* Added custom styles */

.frame-pp1 h2 {
}