
.lay4 {
  width: 100%;
  float: left;
}

.lay4 .hentry {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lay4 .post-image {
  width: 25%;
  height: auto;
  max-height: 200px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 10px;
}

.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lay4 h2 {
  text-align: left;
}

.lay4 .single_metainfo {
  display: flex;
  gap: 20px;
  font-size: .8em;
  align-items: center;
}

.single_metainfo .meta_section {
  display: flex;
  gap: 8px;
  align-items: center;
}

.meta_section i {
  color: #64a926;
}

.blog_mo {
    width: 100%;
    float: left;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: -10px;
}

.blog_mo a {
    font-size: .8em;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid;
    position: relative;
    top: -5px;
		color: #64a926;
}