.blog .blog-card{
	min-height: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    box-shadow: 5px 5px 10px 1px #dcdcdc;
}

.blog .blog-text{
    margin-bottom:15px;
	height: 100px;
}
.blog .blog-title{
	height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog .blog-img{
	min-height: 200px;
    margin-bottom:25px;
    background-size: cover;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position:center;
    float: none;
    border-bottom: 1px solid #ededed;
}
