.carousel-cta--v3__item {
  min-height: 15rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 8px; }
  .carousel-cta--v3__item__title {
    color: #FFFFFF;
    margin: 0;
    font-size: 1rem; }
    .carousel-cta--v3__item__title p {
      margin-bottom: 0; }
  .carousel-cta--v3__item__text {
    margin: 0;
    color: #f8962d; }
  .carousel-cta--v3__item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
  .carousel-cta--v3__item .card-img-overlay {
    padding: 1rem;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 50%); }
  .carousel-cta--v3__item--zoom:hover:before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
