.cards .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  text-overflow: ellipsis;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
  direction: rtl;
}
.cards .font-12 {
  font-size: 0.75rem;
}
.cards .like:hover {
  color: #ec5d3d !important;
}
.cards .title {
  margin-bottom: 2rem;
}
.cards .item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 1.7rem;
}
.cards .item .font-14 {
  font-size: 0.875rem;
}
.cards .item .font-10 {
  font-size: 0.625rem;
}
.cards .item .btn {
  background-color: #494949;
  font-size: 0.75rem;
  transition: 300ms;
}
.cards .item .btn:hover {
  background-color: #ffc107;
}
.cards .item img {
  transition: 300ms;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=CardThree.module.css.map */