.blog-item {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 15px;
  height: 100%;
}
.blog-image {
  margin-bottom: 15px;
}
.blog-image img {
  width: 100%;
  height: auto;
}
.blog-content h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.blog-content h2 a {
  color: #333;
  text-decoration: none;
}
.blog-content h2 a:hover {
  color: #23a1d1;
}
.blog-date {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-description {
  margin-bottom: 15px;
}
.blog-post-date {
  color: #999;
  font-size: 14px;
  margin-bottom: 20px;
}
.blog-post-image {
  margin-bottom: 30px;
}
.blog-post-image img {
  max-width: 100%;
  height: auto;
}
.blog-post-content {
  font-size: 16px;
  line-height: 1.6;
}
