.single-blog-post-wrap .blog-post-content {
	border-bottom: 0px solid #eee;
}
.ace {
	font-size:1.3rem;
}
.green-logok {
	width:170px;
}
.logok {
	display:block;
	position:relative;
	top:20px;
}
.offing2 {
	display:none;
}
.offing {
	display:block;
}
 @media only screen and (max-width:1200px) {
 .green-logok {
 width: 140px;
}
}
 @media only screen and (max-width:991px) {
 .offing {
 display:none;
}
.offing2 {
 display: block;
 position: relative;
 width: 100%;
 margin: -10px auto 45px;
 text-align: center;
}
}
 @media only screen and (max-width:480px) {
 .green-logok {
 width: 80px;
}
.offing2 {
 margin: -15px auto 40px;
}
}
