p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1.5rem !important;
}
.aeo-feature-section {
	padding: 70px 0;
}

.aeo-feature-section:nth-child(even) {
	background: rgba(255,255,255,.45);
}

.aeo-feature-row {
	align-items: center;
}

.aeo-feature-text h2 {
	margin-bottom: .75rem !important;
}

.aeo-feature-text h3 {
	color: #FF9D03;
	margin-bottom: 1rem !important;
}

.aeo-feature-text p {
	font-size: 1.08rem;
	line-height: 1.65 !important;
}

.aeo-feature-visual {
	background: rgba(255,255,255,.75);
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 24px;
	box-shadow: 0 14px 40px rgba(0,0,0,.08);
	padding: 24px;
	text-align: center;
}

.aeo-feature-visual img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}

.aeo-feature-link {
	display: inline-block;
	margin-top: 18px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.aeo-feature-section {
		padding: 44px 0;
	}

	.aeo-feature-visual {
		margin-top: 24px;
	}

	.aeo-feature-section.aeo-feature-reverse .aeo-feature-visual {
		margin-top: 0;
		margin-bottom: 24px;
	}
}
