    .box_round_bandi{float: left;
    border: 1px solid #e2e2e2;
    height: 450px;
    margin-bottom: 4%;
	box-shadow: 8px 8px 0 0 rgba(0,0,0,.07);
    background-color: #fff;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: flex-start; */
	}
	
	img.img-thumbnail-bandi {
    padding: 0px;
    background-color: #fff;
    border-radius: 0.25rem;
	width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog_title_3items h4 a
{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: -.45px;
    color: #000;
    text-align: left;
    padding-top: 0;
    margin-left: 0;
    margin-bottom: .8125rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5 !important;
	-webkit-box-orient: vertical;
	padding-right: .9375rem;
    padding-left: .9375rem;
	font-family: Titillium web;
}

div.postsummary.status > p {
    padding: 5px  0px 0px 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }