
.latestPost {
  align-items: flex-start;
  margin: 50px -15px 0;
}
.latestPost {
  padding-bottom: 50px;
}
.service-card-section-wrapper .latestPost .postBox {
  transition: 0.6s all ease-out;
  cursor: pointer;
  margin-bottom: 30px;
}
.service-card-section-wrapper .latestPost .postBox .postDetail {
  display: block;
}
.service-card-section-wrapper .latestPost .postBox .postsTitle h4 {
  font-weight: 600;
}
.service-card-section-wrapper .latestPost .postButton a {
  border: none !important;
}
@media (min-width:768px){
  .service-card-section-wrapper .latestPost .postBox .postDetail {
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    transition: 0.3s all ease;
  }

  .service-card-section-wrapper .latestPost .postBox:hover .postDetail {
    opacity: 1;
    height: 100%;
    visibility: visible;
  }
  
{#  .service-card-section-wrapper .latestPost .postBox .postDetail {
    height: auto;
    position: absolute;
    opacity: 1;
    visibility: visible;
    width: 100%;
    transform: translateY(100%);
    transition: all ease 0.3s;
    /* bottom: -100%; */
    left: 0;
    padding: 20px 15px 30px;
    background-color: #fff;
    
}

.recentArticle .postInner {
    position: relative;
    overflow: hidden;
}

.recentArticle .postInner:hover .postDetail {
    transform: translateY(-50%);
} #}

}

@media (max-width:767px){
  .service-card-section-wrapper .latestPost .postBox:last-child {
    margin-bottom: 0;
  }
  .service-card-section-wrapper .postsTitle{
    height:auto !important;
  }
  .serviceSlider .postDetail .postButton{display:none;}
  .service-card-section-wrapper .latestPost .postButton a {
    padding: 0;
}
}