div[class^="post_holder_in_content_"] {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

div[class^="post_holder_in_content_"] .hardcode_title {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 20px;
}

div[class^="post_holder_in_content_"] .hardcode_title:after {
  content: "";
  display: block;
  width: 98%;
  height: 4px;
  background: #ffff00;
  position: absolute;
  left: 0;
  top: 9px;
}

div[class^="post_holder_in_content_"] .hardcode_title span {
  background: #fff;
  padding: 0 20px 0 10px;
  position: relative;
  z-index: 99;
}

.post_in_content {
  float: left;
  width: 20%;
  padding: 4px;
}

.post_in_content * {
  box-sizing: border-box;
}

.post_in_content a {
  text-align: left;
  text-decoration: none;
  line-height: 130%;
}

.post_holder_in_content_4 .post_in_content {
  width: 25%;
}

.post_holder_in_content_3 .post_in_content {
  width: 33.33%;
}

.post_holder_in_content_2 .post_in_content {
  width: 50%;
}

.post_in_content .img {
  float: left;
  width: 38%;
  max-height: 120px;
}

.post_in_content .img img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  min-height: 100px;
  border-radius: 0;
}

.post_in_content .cat_link,
.post_in_content .title {
  float: left;
  width: 62%;
  padding-left: 10px;
  padding-right: 5px;
  text-align: left;
  font-weight: 600;
}

.post_in_content .cat_link {
  color: #737171;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.post_in_content .title {
  margin-top: 5px;
  max-height: 76px;
  font-size: 15px;
  line-height: 120%;
  color: #000;
  overflow: hidden;
  font-weight: 400;
  padding-top: 0;
}

.post_in_content .title a {
  color: #000;
  text-decoration: none;
}

.internal_links_box {
  float: left;
  width: 94%;
  border: 1px solid #ccc;
  margin: 25px 0 25px 3%;
  padding: 25px 20px 10px 20px;
}

.internal_links_box h6 {
  margin-bottom: 12px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #4b4b4b;
}

.internal_links_list {
  float: left;
  width: 100%;
  padding-left: 15px;
}

.internal_links_list li {
  float: left;
  padding-right: 25px;
  padding-bottom: 12px;
  list-style: disc;
  color: #999;
}

.internal_links_list li a {
  color: #999;
}

.internal_links_list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .post_holder_in_content_3 .post_in_content {
    width: 100%;
    max-width: 460px;
  }

  div[class^="post_holder_in_content_"] .hardcode_title {
    margin: 5px 0;
  }

  .post_in_content {
    padding: 5px 0;
  }

  .post_in_content .img {
    max-height: initial;
  }

  .post_in_content .img {
    width: 40%;
  }

  .post_in_content .cat_link,
  .post_in_content .title {
    width: 60%;
  }

  .post_in_content .title {
    max-height: 92px;
  }

  .internal_links_box {
    width: 100%;
    margin: 10px 0;
  }
}

@media screen and (min-width: 360px) and (max-width: 800px) {
  .post_in_content .cat_link {
    font-size: 13px;
  }

  .post_in_content .title {
    font-size: 17px;
  }

  .post_in_content .title {
    max-height: 100px;
  }
}
