#blockaboutus .block-img {
    background-image: url('../img/footer-logo.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    padding: 15px 0;
    max-width: 100%;
}
#blockaboutus .block-aboutus-image {
    margin-bottom: 0;
}
#blockaboutus {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.footer_logo {
    margin: 0 0 25px;
}
.footer_logo img {
    max-width: 100%;
}
.block-aboutus {
    margin-bottom: 0;
}
.block-details {
    width: 70%;
    display: block;
    margin: auto;
}
#footer #block-aboutus {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
	#blockaboutus:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: auto;
		top: 60px;
		bottom: auto;
		background-color: #e5e5e5;
		width: 1px;
		height: 250px;
		border-radius: 50%;
		-webkit-border-radius:50%;
		-khtml-border-radius:50%;
		-moz-border-radius:50%;
	}
	#blockaboutus:after {
		content: '';
		display: block;
		position: absolute;
		left: auto;
		right: 0;
		top: 60px;
		bottom: auto;
		background-color: #e5e5e5;
		width: 1px;
		height: 250px;
		border-radius: 50%;
		-webkit-border-radius:50%;
		-khtml-border-radius:50%;
		-moz-border-radius:50%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
	#blockaboutus:before,
	#blockaboutus:after{
	    top: 75px;	
		height: 320px;
	}
}

@media (max-width: 991px) {
	#blockaboutus .block-img {
		background-size: auto;
		background-position: center;
	}
	#blockaboutus {
		text-align: center;
		margin-bottom: 20px;
		clear: both;
	}
	#blockaboutus .block-aboutus-image {
		margin-bottom: 20px;
	}
	.block-details {
		width: 100%;
	}
	.footer_logo {
		margin-bottom: 10px;
	    margin-top: 5px;
	}
	.block-aboutus {
		margin-bottom: 15px;
	}
}