.demo-wrapper {
    height: 300px;
}

.demo-wrapper .gallery_box {
    height: 300px !important;
}

.demof ul {
    padding: 0px;
    overflow-y: hidden;
    width: 100%;
    list-style: none;
}

.demof li {
    padding: 0px 0px 10px 0px;
    line-height: 20px;
	position:relative;
}

.news_sucess_inn {
    padding: 20px 30px 20px 30px;
    height: 96%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.demof li a {
    font-size: 14px;
}
.post_grid {
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0px;
    position: relative;
	align-items: center;
}
    .post_grid .post_date {
        border-radius: 5px;
        background-color: #008b29;
        color: #ffb923;
        float: left;
        height: 50px;
        margin-right: 10px;
        padding: 5px;
        position: relative;
        text-align: center;
        width: 60px;
        font-weight: 600;
        font-size: 24px;
        line-height: 1.2;
    }

.post_grid .post_date .month {
    font-size: 10px;
	color: #fff;
}
.post_grid .post_body {
    width: calc(100% - 70px);
	color: #777777;
}
.post_grid .post_body .post_title {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}