.educationhero{
	background: var(--wp--preset--color--blue-extra-light);
}
.educationhero h1{
	margin: 0;
}
.educationhero .text{
	padding: 40px 0;
}
.educationhero .text .btn{
	margin-top: 32px;
}
.educationhero .image{
	height: 100%;
	margin-right: var(--snap);
}
.educationhero .image img{
	height: 100%;
	object-fit: cover;
}

@media( max-width: 767px ){
	.educationhero .image{
		margin-left: var(--snap);
	}
	.educationhero .text{
		padding: 18px 0 48px;
	}
}