.card {
  overflow: hidden;
  border: 1px solid transparent;
  align-items: center;
}
.card .card-img-top {
  height: 216px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.card .read-more-btn {
  font-size: 16px;
  color: rgba(17, 17, 17, 0.5);
}
.card .card-body {
  background-color: rgb(246, 246, 248) !important;
  min-height: 270px;
}

.verify i {
  color: rgb(0, 0, 0);
}

.logo-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-img img {
  height: 30px;
  width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.time-history span {
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
}

.card-text {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  line-height: 23px;
  color: rgb(17, 17, 17);
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  margin-bottom: 0 !important;
}

.carousal-wedgets .owl-theme .owl-nav .owl-prev,
.carousal-wedgets .owl-theme .owl-nav .owl-next {
  width: 30px;
  height: 30px;
}

.owl-prev i,
.owl-next i {
  font-size: 13px;
}/*# sourceMappingURL=card-carousel.css.map */