
/* Css for About us start */
.block-img {
	background-image: url(../img/footer-logo.png);
	background-repeat: no-repeat;
	display: block;
	background-position: top center;
	margin: 0 0 15px;
	font-size: 0;
	height: 92px;
	width: 146px;
	background-size: 100%;
}
.block-details {
    word-spacing: 3px;
    display: block;
}
@media (max-width: 991px) {
	.block-aboutus {
		text-align: center;
		margin-bottom: 20px;
	}
	.block-img {
		margin: 0 auto 20px;
	}
	.block-details{
		width: 60%;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
.block-img{
	height: 64px;
	width: 100px;
}	
.block-details {
    width: 100%;
}
}
/* Css for About us end */