.image-post-thumbnail{
    width: 100% ;
}
/* .image-post-content{
    padding: 15px;
} */
.image-post-title a{
    color: #668a44;
    line-height: 22px;
    font-weight: 700;
}
.image-post-title{
    color: #668a44;
    line-height: 22px !important;
    font-weight: 700 !important;
}
.image-post-description{
    text-align: justify;
}
.t888-image-post-item{
    margin-bottom: 30px;
}
.post-read-more-wrap a{
    color: #668a44 ;
    font-weight: 500;
}
.image-post-link{
    position: relative;
    overflow: hidden;
    height: 150px;
    width: 240px !important;
    padding: 0 !important;
    margin: 0 12px;
}
.image-post-link img:hover{
    transform: scale(1.15);

}
.image-post-link img{
    transition: transform 0.3s ease-in-out;
    width: 364px;
    height: 225px;
}
@media (max-width: 767px) {
    .image-post-link{
        width: calc(100% - 24px) !important;
        margin: auto;
    }
    .image-post-content {
        padding-top: 10px;
    }
}