.intro-section {
	background-color: transparent;
	background-image: url(https://www.awai.com/_img/photos/signup/9-ways/9ways_v2_bg-1000.jpg);
	background-position: bottom;
	background-size: cover;
	border-bottom: 8px solid #eaeaea;
}

/** OVERLAY:  **/
.intro-section .overlay {
  position: relative;
  display: flex;
  justify-content: center;
  background-size: contain;
}

.intro-section .overlay > * {
  z-index: 99;
}

.intro-section .overlay:after {
  background-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9));
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  opacity: 0.89;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro-section h1 {
	color: #70ad47 !important;
	letter-spacing: -1.1px;
}

.intro-section p {
	color: #3e493d;
	font-weight: 600;
	letter-spacing: -1.1px;
	line-height: 1.2;
}