@charset "utf-8";
/* CSS Document */

#about-us {
	position: relative;
}

#about-us > .center-block {
	width: 95%;
}

#about-us > .center-block p {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}

@media (min-width: 768px) {
#about-us > .center-block {
	width: 75%;
}
}

@media (min-width: 992px) {
#about-us > .center-block {
	width: 65%;
}
}

@media (max-width: 767px) {
#about-us > .center-block {
	width: 95s%;
}
}