section.main-image {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 85vh;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	padding: 4%;
	justify-content: flex-end;
}
section.main-image div.image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	filter:brightness(0.85);
}
section.main-image div.image:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
}
section.main-image .info {
	background: #fff;
	z-index: 10;
	padding: 50px 30px;
	width: 100%;
	max-width: 720px;
	border-radius:50px 0 50px 0;
	margin:100px 0;
}

@media screen and (min-width:1200px){
	section.main-image .info {
		padding:50px;
	}
}

section.main-image .info h1 {
	margin-top:0;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricprecision;
	margin-bottom: 0.675em;
	color:var(--mid-blue-color);
}

section.main-image .info h1:after{
	display:none;
}

section.main-image .info p.text {
	transition: all 1.5s 0s;
	transform: translateY(0);
	font-size: 0.95em;
	font-weight: 400;
	line-height: 1.75em;
	margin:0;
}

section.main-image div.image:after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	/*background:rgba(0,0,0, 0.4);*/
}

@media screen and (max-width:720px){
	section.main-image .info h1{
		font-size:1.75em;
	}
}
@media screen and (min-width:1024px){
	section.main-image .info h1{
		transition: all 0.3s;
	}
}

@media screen and (min-width:1280px){
	section.main-image .info h1{
		transition: all 0.3s;
	}
}