.noble-about {
	padding: 28px 0 55px;
	background: #fff;
}

.noble-about-title {
	margin: 0;
	font-size: 2.6em;
	font-weight: 300;
}

.noble-about-divider {
	width: 50px;
	height: 3px;
	margin: 10px 0 26px;
	background: #000 !important;
}

.noble-about-copy {
	line-height: 1.7;
}

.noble-about-copy > :last-child,
.noble-about-panel > :last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.noble-about-panel {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.noble-about {
		padding: 24px 0 40px;
	}

	.noble-about-title {
		font-size: 2.6em;
	}
}
