.blog-header {
    margin-top: 271px;
    margin-bottom: 76.57px;
    text-align: center;
    font: normal normal normal 80px/84px Didot;
    letter-spacing: 0px;
    color: #727171;
}

.allposts {
    width: 250px;
    height: 44px;
    background: #808080 0% 0% no-repeat padding-box;
    border-radius: 6px;
    text-align: center;
    font: normal normal bold 20px/24px Mono45 Headline;
    letter-spacing: 0px;
    color: #ffb94a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30.41px;
    margin-top: 50px
}

.blog-img {
  margin-bottom: 20px;
  height: 765px;
  width: 538px;
}

.read-more {
  text-align: left;
  text-decoration: underline;
  font: normal normal normal 18px/27px Mono45 Headline Light;
  letter-spacing: 0px;
  color: #525252;
  position: absolute;
  bottom: 0px;
}

.blog-text {
  text-align: left;
  font: normal normal normal 22px/27px Didot;
  letter-spacing: 0px;
  color: #525252;
}

.blog-host {
  max-width: 1740px;
}

.blog-div {
  width: 560px;
  height: 900px;
  position: relative;
}

.blog-host-row {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 80px;
}

.blog-main {
  min-height: min-content;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
  z-index: 0;
}

.blog-main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("https://cdn.m34.it/hh/Assets/Himalayapaper.png") 0% 0% no-repeat
    padding-box;
  background-size: cover;
  opacity: 0.7;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .blog-header {
    margin-top: 150px;
  }

  .blog-host {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
  }

    .blog-img {
        width: 100%;
        height: auto;
    }

  .blog-text {
    width: 100%;
  }

  .blog-host-row {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-bottom: 40px;
  }

  .blog-div {
    width: 100%;
    height: auto;
  }

  .read-more{
    position:relative; 
  }
}
