
.blog-listing__post-content{
	padding:0 !important;
}
h3.blog-listing__post-title{
	
	margin-top:21px;
}
h3.blog-listing__post-title a{
	font-weight:bold;
}
.blog-listing__post-button{
	   display: inline-block;
    background: #2B83B2;
    color: #ffffff;
    padding: 12px 15px;
    font-weight: bold;
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 20px;
	border:0;

}
.blog-listing__post-button:hover{
	background: #33413e;
	color:#ffffff;
		border:0;
	 font-weight: bold;
}