.blog_,
.article_ {
  position: relative;
  height: fit-content;
  padding-bottom: 0;
  padding-top: 1vh;
  padding-bottom: 2vh;
  line-height: 1.5;
}
.speaceDown {
  padding-bottom: 1rem;
}

.article_,
.title_ {
  min-height: auto;
  height: fit-content;
  padding: 0 0px;
  white-space: normal;
}

.published_ {
  margin: 20px 0 10px;
  padding: 0 0px;
  text-transform: capitalize;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

.published_ span {
  font-weight: 700;
  font-style: normal;
}

.article_ * {
  margin: 30px 0;
  color: #2d2d2d;
}

.article-image_ {
  width: 100%;
  height: 70vh;
  position: relative;
  background-size: cover;
  background-position: center;
}

.sub-heading_ {
  padding: 0 5vw;
  color: #2d2d2d;
  font-weight: 500;
  font-size: 40px;
  margin-top: 80px;
}
.blog_btn_ {
  background-color: #fff;
}
.list {
  padding-left: 2rem;
}
