.carousel {
  margin-bottom: 4rem;
  background-image: linear-gradient(180deg, #ffffff 0%, rgba(20, 152, 213, 0.7) 100%), image-set("/uploads/img/productiviteDigitale.webp") !important;
  background-position-x: right;
  background-position-y: 25%;
}

.carousel-item {
  height: 30rem;
  align-content: center;
}

.carousel-item img.carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: 1;
}

.carousel-caption {
  /* position: relative; */
  z-index: 2;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.services .col-lg-4 {
  /* margin-bottom: 1.5rem; */
  text-align: center;
}

.services .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
