#blockaboutus {
 padding: 0 15px;
}
.footer-logo img.logo.img-responsive {
    max-width: 100%;
    height: auto;
}
#blockaboutus  .footer_logo {
    background-image: url(../img/footer_logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    font-size: 0;
    width: 260px;
    height: 85px;
    margin: 0 0 20px;
}
#blockaboutus .aboutus-detail .aboutus-desc {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    text-align: left;
}
#blockaboutus .aboutus-detail {
    margin-bottom: 20px;
}
.footer-logo {
    margin: 0 0 35px;
}
.block-details {
    line-height: 28px;
}
.block-aboutus {
    margin: 0 0 20px 0;
}
@media (max-width: 991px) {
	#blockaboutus {
		width: 100%;
		text-align: center;
		    margin-bottom: 10px;
	}
		#blockaboutus .h3 {
		color: #ffffff;
		text-align: left;
		font-size: 17px;
		text-transform: uppercase;
		margin: 0;
	}
	#blockaboutus .aboutus-detail{
		    text-align: right;
	}
	.block-aboutus{
		    padding: 0 10px 10px;
	}

}
@media (max-width: 767px) {

}