.post-inner {
  box-shadow: none;
  /* border: 1px solid #d8d8d8; */
}

.grav-tweet,
.post-inner,
.related-posts-wrapper ul li.related_post {
  /* background: #fff; */
  /* box-shadow: 5px 5px 1px rgb(0 0 0 / 57%); */
  margin: 0 0 0 0;
  position: relative;
}

.post-inner .hds {
  height: 243px;
  padding: 0px 0px;
  overflow: hidden;
  width: 100%;
}

.blog-container .post-container {
  padding: 0 18px 30px;
}

.blog-container span.masonry-post-meta {
  color: #717171;
  display: block;
  font-style: normal;
  line-height: 1.1;
  font-weight: 500;
  margin: 15px 0 10px;
  font-size: 14px;
}

.comment-reply-title,
.process_head {
  font-family: Roboto, sans-serif;
  color: #282828;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 0px 7px;
}

.post-inner .read-more {
  display: block;
  width: 100%;
  height: 0;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 10;
  overflow: hidden;
  text-align: right;
  transition: height 0.4s;
  border-radius: 0 0 8px 8px;
}

.read-more:before {
  position: absolute;
  top: 100%;
  right: -4%;
  border-radius: 0 0 10px 10px;
  width: 474%;
  height: 137px;
  content: "";
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  outline: transparent solid 1px;
  background: linear-gradient(100deg, #ff5f29, #ff5f29, #ff5f29);
}

.read-more span {
  position: absolute;
  right: 15px;
  bottom: 19px;
  z-index: 5;
  text-transform: uppercase;
  font: 700 14px/1 Roboto, sans-serif;
  color: white;
}

#masterRight p,
#masterRight ul {
  margin: 0 0 30px;
  line-height: 28px;
}

.post-inner:hover .read-more {
  height: 119px;
}

.post-inner:hover .read-more:before {
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
section.producte {
  /* background-image: url(../../assets/img/bg/bg1.png); */
  background-size: cover;
}

section.producte {
  padding-top: 40px;
  /* padding-bottom: 39px; */
}
img.tabl {
  width: 100%;
  height: 243px;
  object-fit: fill;
  border-radius: 8px;
}
.post-inner {
  margin-bottom: 0px;
}
