.blog_details .blog_view_container {
  font-family: "National Park", sans-serif;
  padding: 10em 0 6em;
}

.blog_details .blog_view_container .blog_image {
  width: 100%;
  /* height: 40vh; */
  object-fit: cover;
}

.blog_details .blog-heading {
  overflow: hidden;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "mont";
}

.blog_details .blog-body-image {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}