.carde{
  /* background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0), #e1dcd8); */
  margin: 10px auto;
  box-shadow: 0px 10px 30px 5px rgb(0 0 0 / 4%);
  border-radius: 6px;
  height: 400px;
  transition: 0.3s;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.carde:hover {
box-shadow: 1px 10px 16px 0 rgba(0,0,0,0.3);
}
.card-title{
  text-align: center;
  color: #b0b0b0;
  font-weight: bold;
}
.card-text{
      font-weight: 500;
color: #66686b;
}
.card-image{
  text-align: center;
  margin: 5vh 0;
}
.card-text{
  text-align: center;
}

.title-heading{
  font-size: 3em;
  text-align: center;
  margin: 4%;
  font-weight: bold;

}

.card-icon {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100px;
  height: 100px;
  border-radius: 1000px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-img {
  font-size: 50px;
  color: #e1dcd8;
}

.title-cont {
  height: 45%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-cont {
  width: 100%;
  height: 55%;
  background-image: url("/images/cards/card1.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 0px 0px 6px 6px;
}

.img-cont-2 {
  width: 100%;
  height: 55%;
  background-image: url("/images/cards/card2.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 0px 0px 6px 6px;
}

.img-cont-3 {
  width: 100%;
  height: 55%;
  background-image: url("/videos/tr-video.mp4");
  background-position: center;
  background-size: cover;
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
}

.card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-cont-4 {
  width: 100%;
  height: 55%;
  background-image: url("/images/cards/card3.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 0px 0px 6px 6px;
}

@media (max-width: 991px) {
  .carde-margin-b {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .carde-margin-b-mobile {
    margin-bottom: 50px;
  }
}