.cards .h-30 {
  height: 30px;
}
.cards .h-130 {
  height: 130px;
}
.cards .text-overlay {
  bottom: 20px;
}
.cards .text-overlay a {
  background-color: #ec5d3d;
}
.cards .circle {
  width: 100%;
}
.cards .circle i {
  border: 1px solid #ec5d3d;
  height: 25px;
  width: 25px;
}
.cards .date {
  padding: 0.7rem 0;
}
.cards .title {
  margin-bottom: 2rem;
}
.cards .bg {
  background-color: #f0f4fc;
}
.cards .item {
  cursor: pointer;
}
.cards .item:hover img {
  transform: scale(1.2);
}
.cards .item .name {
  color: #494949;
}
.cards .item .font-10 {
  font-size: 0.625rem;
}
.cards .item img {
  transition: 300ms;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards .font-12 {
  font-size: 0.75rem;
}/*# sourceMappingURL=CardTwo.module.css.map */