/* ! D3P FILE */
.overlay_marque {
  position: absolute;
  bottom: -2px;
  left: 0;
}

.card-marque {
  min-height: 287px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
}

.text-soft-black {
  color: #353535;
}

.img-card {
  margin: auto 0;
}

.background-blue-gradient {
  background: transparent linear-gradient(180deg, #4BA7B6 0%, #8AD6DD 100%);
  position: relative;
}

.text-green {
  color: #AECD5C;
}

@media screen and (min-width: 768px) {
  .background-blue-gradient {
    background: transparent linear-gradient(106deg, #4BA7B6 0%, #8AD6DD 100%);
    position: relative;
  }
  .height-small-img {
    max-height: 100%;
  }
}