.entry2 img {
    margin-bottom: 30px;
}
.rounded {
    border-radius: 0.25rem!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}
.post-category {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    letter-spacing: .2em;
    font-weight: 700;
    font-size: .6rem;
    text-transform: uppercase;
}
.text-white {
    color: #fff!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.bg-secondary {
    background-color: #6c757d!important;
}
.entry2 h2 {
    font-size: 24px !important;
    margin-bottom: 30px;
    font-weight: 700 !important;
}
.entry2 h2 a {
    color: #000;
}
.entry2 .post-meta {
    color: #b3b3b3;
    font-size: 13px;
    width: 100%;
    display: block;
}
.text-left {
    text-align: left!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.float-left {
    float: left!important;
}
figure {
    margin: 0 0 1rem;
}
.entry2 .post-meta .author-figure img {
    width: 30px;
    border-radius: 50%;
}
.d-inline-block {
    display: inline-block!important;
}
.muted, .entry2 p {
    color: #666666;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.pd-20{
	padding:20px;
}
.main-blog{
	background: #f6f7fb;
}
.entry2{
	padding: 20px;
    background: #FFF;
    box-shadow: 5px 5px 45px -27px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 55px -27px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 45px -27px rgba(0, 0, 0, 0.5);
}
.mb-4{
	margin:40px 0;
}
.blg p{
	text-align: justify;
	font-size: 16px;
}
.blg ul{
	list-style: circle !important;
    margin-left: 30px;
    font-size: 16px;
}
.mb-3{
	margin:30px 0 !important;
}
.blg-img{
	text-align: center;
}
@media(min-width: 1080px){
	.excerpt h2{
		min-height: 102px;
	}
	.post-item{
		min-height: 310px;
	}
}