.epw-post-card{
        width: 30%;
    margin-right: 15px;
}
.epw-posts-container{
display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;

}
.epw-post-card img{
    width: 350px;
    height: 250px;
    min-width: 350px;
    min-height: 250px;
    max-width: 350px;
    max-height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 15px 15px 15px 15px !important;
    
    
}
.epw-read-more{
	padding: 10px 25px 10px 25px;
    border-radius: 30px;
    color: #fff;
    margin-top: 20px;
    font-size: 13px;
    float: left;
}
.epw-post-card p{
font-size:16px;
text-align:left !important;
min-height: 24px;

}
.epw-post-card h3{
    font-family: "Century gothic", Sans-serif !important;
    font-size: 22px !important;
        min-height: 126px;
}
@media only screen and (max-width: 600px) {
	.epw-posts-container{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	.epw-post-card {
    	width: 100%;
    	margin-right: 0;
    	padding: 15px;
    	margin: 0 !important;
	}
	.epw-post-card img {
    width: 280px;
    height: 280px;
    min-width: 280px;
    min-height: 280px;
    max-width: 280px;
    max-height: 280px;
    object-fit: cover;
    object-position: center center;
    border-radius: 15px 15px 15px 15px !important;
}


	
}
