.bsl_related_posts p.title {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 6px;
}
.bsl_related_posts ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
}
.bsl_related_posts ul li {
	width: calc((100% / 2) - (6px * 2 * 2));
	margin: 6px;
}
.bsl_related_posts ul li p {
	margin-top: 3px;
}
.bsl_related_posts ul li img {
	width: 100%;
}

@media (max-width: 640px) {

.bsl_related_posts ul li {
	width: calc(100% - (6px * 2));
	float: none;
}

}