.hide-section{display:none;}
#blog-area{
  margin: 0 auto 80px;
  max-width: 1440px;
}
#blog-area .posts-holder h2 {
  padding-bottom: 42px;
  font-size: 2rem;
  line-height: 2rem;
  display: block;
  width: 100%;
  margin: 0;
}
.posts-holder{
  overflow: hidden;
  display:flex;
  flex-wrap:wrap;
}
.posts-holder .column:first-child {
  margin: 0 !important;
}
.posts-holder .column {
  display: flex !important;
  align-items: flex-start;
  padding: 46px 39px 36px 39px;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  position:relative;
}
.posts-holder .column:hover::before{
  border-top-color: #ee5124;
  border-right-color: #ee5124;
  -webkit-transition: border-color 0s ease-out .1s,width .45s ease-out 0s,height .45s ease-out .45s;
  transition: border-color 0s ease-out .1s,width .45s ease-out 0s,height .45s ease-out .45s;
  width: 100%;
  height: 100%;
}
.posts-holder .column:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #ee5124;
  border-left-color: #ee5124;
  -webkit-transition: border-color 0s ease-out .1s,height .45s ease-out 0s,width .45s ease-out .45s;
  transition: border-color 0s ease-out .1s,height .45s ease-out 0s,width .45s ease-out .45s;
}
.posts-holder .column::before,
.posts-holder .column::after{
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  content: '';
  position: absolute;
  border: 1.5px solid transparent;
  width: 0;
  height: 0;
  top: 0;
  left: 0px;

  width: 0;
  height: 0;
}
.read-more{
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity .1s;
  -o-transition: opacity .1s;
  transition: opacity .1s;
  z-index: 9999;
}
.read-more:hover{opacity:1;text-decoration:none;}
.read-more:hover .post-image{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.posts-holder {
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
}
.post-text{
  padding: 0;
}
.post-text h3 {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 37px;
  color: #000;
}
.post-text p {
  margin: 0 !important;
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#blog-area .posts-holder .post-text h2 {
  padding-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  display: block;
  width: 100%;
  margin: 0;
  color: #000;
  font-weight: lighter;
}
.icon-image {
  margin-top: 40px;
}
.posts-holder .column:hover .icon-image{
  margin-left: 1em;
  -webkit-transition: margin-left .8s;
  transition: margin-left .8s;
}

@media (max-width: 767px){
  .posts-holder .column {
    margin-top: 15px !important;
    width: 100% !important;
  }
}

