
body {
  overflow-x: hidden;
  background-color: rgb(238, 238, 245);
}
.image{
  width: 100%; height: 236px;
}
.detail{
  font-weight: 400;
  font-size: 15px; 
  line-height: 28px;
}
.login-panel{
	margin-top: 3rem !important;
}
.card{
	border: none !important;
}
.right-panel{
	text-align: center;
}
.post-img{
	min-height: 230px;
	max-height: 230px;
	width: 100%;
}
.rel:before{
	position: absolute;
	content: '👉';
	font-size: 14px;
	line-height: 14px;
	top:7px;
	left: 5px;
	color:#257c17;
}
@media screen and (max-width: 980px) {
	.fot{
		margin-bottom: 30px;
	}
}