.rb_single_post_wrap .post_image {
	width: 100%;
	margin-top: -82px;
}
.post_meta_data {
	border-bottom: 1px solid var(--bc);
	padding-bottom: 15px;
}
.post_title {
	font-size: 32px;
	font-weight: bold;
	margin: 30px 0;
}
.alignleft {
	float: left;
	margin-right: 30px;
	margin-top:30px;
	margin-bottom:30px;
}
.alignright {
	float: right;
	margin-left: 30px;
	margin-top:30px;
	margin-bottom:30px;
}
.rb_single_post_wrap p {
	text-align: justify;
}
.post_content h2 {
	margin: 30px 0 15px;
}
.rb_single_post_wrap img {
	border-radius: var(--br);
}