.card-ondemand img {
  width: 100%;
  height: 148px;
}
.card-ondemand .title-card-ondemand {
  margin-top: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.img-blur {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transform: scale(1.1);
}

.header-top {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
