.blog-section {
  padding: 5% 0;
  background: #fff;
}

.blog-section .card .meta span {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}

.blog-section .card h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.blog-section .card a i {
  padding-left: 12px;
}
.blog-section .card a {
  margin-top: 12px;
  text-decoration: none;
  color: #000000;
}

.blog-section .card .image {
  margin-bottom: 5%;
  height: 220px;
  overflow: hidden;
}
.blog-section .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
