
.hero_cta_text h3,
.hero_cta_text p
{
	font-size:1.6rem;
	color: #fff;
	font-weight: var(--m);
}
.hero_cta_text h1{
	font-size: 5.2rem;
	color:#fff;
	line-height:1.2;
}
.hero_cta_text
{
	color:#fff;
	width:50%;
	z-index:10;
} 



.hero::after{
	content: "";
    display: block;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background:rgba(0, 0, 0, 100%); 
}
.home_hero.hero{
	background-position: center;
	height: 694px; /* set your desired height */
}
@media screen and (max-width: 1023px) {


	.hero_cta_text
	{
			width:100%;
	}
	.hero_cta_text h1{
		font-size:4rem;
		line-height:1;
	}
}