@media only screen and (max-width: 767px) {
    p {
	font-size: 14px;
    }
}

.my-blog-card .entry-content {
   padding: 0 1em;
}