.fh1.fh1-centered {
    text-align: center;
    background-position: center;
    background-size: cover;
	background-image: url(/filemaker/ai/images/ai-powered/bg_ai-hero.jpg);

}
.fh1 p, .fh1.dark a.full-green-btn { color: #ffffff; }
.fh1.dark .full-green-btn { background-color: #43b362; border-color: #43b362; }
.fh1.dark .full-green-btn:hover { background-color: #2da14a; border-color: #2da14a; }


#steps .sh1 { text-align: left; }
#steps .sh1 h2 { margin-bottom: 20px; }

/* EVEN MORE START */
.ai-powered-step { position: relative; display:flex; align-items: stretch; border-top: 1px solid #000000; }
.ai-powered-step:last-child { margin-bottom: none; }
.ai-powered-step .ai-powered-step-box { padding: 30px 50px; display: flex; align-items: top; justify-content: center; max-width: 150px; width: 15%; }
.ai-powered-step .ai-powered-step-box p.h2 { color: #208a3d; }
.ai-powered-step .ai-powered-content { padding: 30px 50px; width: 100%; }

.ai-powered-step h3 { margin-bottom: 12px; }
.ai-powered-step h3 span { font-size: 1.3rem; font-weight: 300; font-style: italic; }

@media only screen and (min-width: 1069px) {
    /* .ai-powered-step { width: 90%; margin: 0 auto 20px; } */
}
/* EVEN MORE END */