.new-section.blog .blog-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 1228px;
    margin: 0 auto;
}
.new-section.blog .blog-thumb {
  width: 100%;
  height: 315px;
  object-fit: cover;
}
.new-section.blog .blog-content {
  padding: 16px;
}
.new-section.blog .blog-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.new-section.blog .blog-meta {
  margin-bottom: 20px;
}
.new-section.blog .blog-meta .blog-divider {
  margin: 0 6px;
}
.new-section.blog .blog-desc {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}
.new-section.blog .blog-date{
    font-size: 0.8125rem;
    font-weight: 400;
}

.new-section.blog .blog-category{
    font-size: 0.875rem;
    font-weight: 700;
}

.new-section.blog .blog-readmore {
    font-weight: 700;
}
.blog-img-block{
      height: 315px;
  background-color: #d3d3d3;
}
.related-post-img-block{
  height: 262px;
  background-color: #d3d3d3;
}
.new-section.blog-post .related-card img{
  height: 262px;
}