.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.cards-grid .card {
  overflow: hidden;
  border: 1px solid transparent;
  align-items: center;
}
.cards-grid .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;
}
.cards-grid .card .read-more-btn {
  font-size: 18px;
  color: rgba(17, 17, 17, 0.5);
}
.cards-grid .card .card-body {
  background-color: rgb(246, 246, 248) !important;
}

.verify i {
  color: rgb(25, 123, 255);
}

.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: 18px;
  line-height: 26px;
  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;
}/*# sourceMappingURL=cards.css.map */