/* amazing */
.post-outer-wrapper{
	margin-bottom : 20px;
}

.post-title{
	font-size: 18px;
	font-weight: 600;
}

.post-img-wrapper{
	width: 50%;
	margin: 0 auto;
	/* overflow : hidden; */
}

.post-text{
	width: 50%;
	margin: 0 auto;
	text-align: justify;
	/* overflow : hidden; */
}

.post-inner{
	margin-bottom : 20px;
	padding : 5px !important;
}

.title {
  overflow: hidden;
  text-align: center;
  font-size:20px;
}

.title:before,
.title:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.title:before {
  right: 0.5em;
  margin-left: -50%;
}

.title:after {
  left: 0.5em;
  margin-right: -50%;
}

.btn-readmore{
	border: 1px solid black;
    padding: 10px;
}