.section-cta {
	background-size: cover;
	display: flex;
	align-items: center;
	color: #fff;
    position: relative;
}

.section-cta .the-heading {
	font-family: var(--tateru-primary-font);
}

.section-cta .the-heading em {
	 font-family: var(--tateru-heading-font);
}

.section-cta h1 {
    color: #fff;
    font-size: 80px;
}

.section-cta > .wrapper {
	width: 100%;
	display: flex;
    position: relative;
    z-index: 1;
}

.section-cta .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.08);
}

@media screen and (max-width: 1000px) {
    .section-cta {
		padding-top: var(--tateru-default-padding);
		padding-bottom: var(--tateru-default-padding);
    }

	.section-cta .overlay {
		margin: 0 auto;
		text-align: center;
	}

	.section-cta .dark-overlay {
	    background: rgba(0,0,0,0.4);
	}

	.section-cta h1 {
		font-size: 50px;
	}
}
