.center-aligned-content {
	border-bottom: none;
	min-height: 635px;
}
.center-aligned-content .center-aligned-content-wrapper {
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}

.bars-div.center {
	margin: 25px auto;
}
.bars-div.center.small-bars {
	margin: 15px auto;
}

.center-aligned-content h5 {
	color: #acacac;
}
.center-aligned-content h2 {
	padding-top: 0px;
}

.center-aligned-content.small-center {
	border-bottom: none;
	min-height: 100px;
}
.center-aligned-content.small-center p {
	line-height: 35px;
}

.center-aligned-content .main-icon-placement .svg-wrap svg {
	fill: #fff;
	height: 100%;
	max-height: 60px;
	max-width: 60px;
	width: 100%;
}
.center-aligned-content .main-icon-placement .svg-wrap.svg-forced-color svg path {
    fill: #fff;
}

@media (max-width: 480px) {
	.center-aligned-content {
		min-height: 235px;
	}

	.center-aligned-content.small-center p {
		font-size: 16px;
		line-height: 27px;
	}
}
