
#grow_manage_nav {
	border-top: 1px solid #dce0e0;
}

.grow_manage_nav {
	border-top: 2px solid #dce0e0;
	padding-top: 50px;
}

.grow_manage_nav .sub-title-text {
	margin: 32px 0px 0px 16px;
	font-size: 18px;
	font-weight: normal;
}

.space-top--sm {
	margin-top: 24px;
}

.space-top {
	margin-top: 32px;
}

.space-top--md {
	margin-top: 40px;
}

.space-top--xl {
	margin-top: 80px;
}

.text-center {
	text-align: center;
	text-align-last: center;
}

.grow_manage_wrap {
	color: initial;
}

.grow_manage_wrap .button {
	padding: 2px 24px;
	text-transform: none;
	border-radius: 4px;
	font-weight: 400;
}

.grow_manage_top_pitch {
	color: initial;
	margin-bottom: 10px;
}

.sub_pitch_line {
	text-shadow: none;
	margin: 20px 0px;
}

.title-text {
	font-weight: 800;
	color: #c82506;
}

.title-text span {
	text-shadow: 2px 0px, 2px 0px;
}

.sub-title-text {
	margin: 10px 0px;
	font-size: 24px;
	font-weight: 500;
}

.sub-title-text-2 {
	font-size: 18px;
	margin: 30px 0px 20px;
}

.feature_block .main_pitch {
	font-size: 20px;
}

.feature_block .sub_pitch_line {
	font-size: 15px;
}

.feature_block .main_sub_pitch {
	margin-top: 4px;
	font-size: 17px;
	font-weight: 500;
}

.feature_block.no-bottom-space {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.below-content {
	padding: 10px 0px;
	margin-bottom: 40px;
}

.content-section.wrapped-content, .content-section .wrapped-content {
	margin-left: 0px;
}

.content-section.wrapped-section {
	margin-top: 44px;
}

.content-section .main_pitch {
	font-size: 17px;
}

.content-section .img-section {
	min-height: 90px;
}

.content-section .img-section img {
	border: none;
}

.content-section .sub_pitch_line {
	margin: 8px 0px;
}

.content-section .svg-content {
	background-color: rgba(220, 224, 224, 0.5);
	border-radius: 50%;
	border: 1px solid #000;
	margin: 0 auto;
	width: 88px;
	height: 88px;
}

.light_gray_bg .svg-content {
	background-color: rgba(255, 255, 255, 1);
}

.content-section .svg-content .svg-container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: fit-content;
	margin: 0 auto;
}

@media (min-width: 1000px) {
	[hide-lt-md] {
		display: none !important;
	}
	.space-top--lt-xl {
		margin-top: 80px !important;
	}
	.span4-5 {
		width: 31% !important;
	}
}

@media (max-width: 599px) {
	[hide-gt-sm] {
		display: none !important;
	}

	.space-top--gt-sm {
		margin-top: 24px !important;
	}

	.grow_manage_top_pitch {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 24px;
	}

	.title-text span {
		text-shadow: 2px 0px, 2px 0px;
	}

	.sub-title-text {
		margin: 10px 0px;
		font-size: 18px;
	}

	.sub-title-text-2 {
		font-size: 15px;
		margin: 20px 0px;
	}

	.grow_manage_wrap .button {
		margin-bottom: 20px;
	}

	.feature_block {
		margin: 50px 0px 10px;
	}

	.below-content {
		margin-bottom: 12px;
	}

	.content-section.wrapped-section {
		margin-top: 0px;
	}

	.content-section .img-section img {
		max-width: 50%;
	}

	.grow_manage_nav .grow_manage_top_pitch {
		margin-top: 0px;
	}

	.grow_manage_nav .center-text, #grow_manage_nav .center-text {
		text-align: center;
		text-align-last: center;
	}

	.grow_manage_nav .sub-title-text {
		margin: 32px 0px 0px 0px;
	}

	.grow_manage_nav .btn-container, #grow_manage_nav .btn-container {
		width: fit-content;
		margin: 0 auto;
	}
}
