.blog-entry.large-entry .blog-entry-readmore a {
    background: #f8f8f8 !important;
    color: #0eb290 !important;
    font-size: 15px !important;
    border: solid 2px #0eb290 !important;
}

.blog-entry.large-entry .blog-entry-readmore a:hover {
    background: #0eb290 !important;
    color: #fff !important;
}

.blog-entry.large-entry {
margin-bottom: 60px !important;	
}
@media screen and (max-width: 900px) {
.blog-entry-title a, .blog-entry-title h2, .entry-title {
	line-height: 110% !important;
	letter-spacing: normal !important;
	font-weight: 600 !important;
    font-size: 24px !important;
}
}