.single_container {
  max-width: 800px;
  padding: 0 10px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.single_top {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.single_postType_container {
  padding-bottom: 20px;
  margin-bottom: 1rem;
}
.single_postType {
  font-size: 20px;
  color: #373737;
  font-weight: 600;
}
.single_title {
  font-size: 48px;
  font-family: "Mukta", sans-serif;
}
.date {
  font-size: 15px;
  color: #373737;
  padding-left: 5px;
}
.single_artical {
  margin-top: 2rem;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
}
.single_img_container img {
  max-height: 600px;
  object-fit: cover;
}
