section.simple-hero {
	position: relative;
	padding: 120px 0 80px;
	background-image: url('../../images/blurbackground.png');
	background-position: bottom center;
	background-size: 100% 100%;
	min-height: 350px;
	height: 100%;
	background-color: #050038;
}

section.simple-hero .simple-hero-left h1 span {
	background: linear-gradient(90deg, #BC42B9 4%, #4BC7E8 96%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

section.simple-hero .simple-hero-inner {
	position: relative;
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	grid-column-gap: 45px;
}

section.simple-hero .simple-hero-left {
	padding: 7px 0;
}

section.simple-hero .simple-hero-left h1 {
	margin-bottom: 20px;
	color: #F1F3FD;
}

section.simple-hero .simple-hero-left p {
	margin-bottom: 45px;
	font-family: Inter, sans-serif;
	font-size: 18px;
	line-height: 1.52;
	color: #F1F3FD;
}

section.simple-hero .simple-hero-txt {
	margin-top: 28px;
	font-family: Inter, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #F1F3FD;
	line-height: 1.94;
}

section.simple-hero .simple-hero-left h1 span {
	color: #ff6fbc;
}

section.simple-hero .simple-hero-right img {
	position: absolute;
	max-width: 100%;
	height: 300px;
	border-radius: 8px;
	margin: 40px 5px 0;
}

@media (max-width: 768px) {
	section.simple-hero {
		padding: 80px 0 30px;
		background-size: cover;
		min-height: auto;
	}
  
	section.simple-hero .simple-hero-inner {
		display: flex;
		flex-direction: column;
		text-align: center;
		grid-template-columns: 1fr;
		grid-column-gap: 0;
	}
  
	section.simple-hero .simple-hero-left {
		padding: 20px;
	}
  
	section.simple-hero .simple-hero-left h1 {
		margin-bottom: 15px;
	}
  
	section.simple-hero .simple-hero-left p {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 30px;
	}
  
	section.simple-hero .simple-hero-right img {
		position: static;
		width: 100%;
		height: 300px;
		margin: 20px auto;
		border-radius: 10px;
	}
	.simple-hero-btn-inline {
		justify-content: center;
	}
}

@media (max-width: 1024px) {
	section.simple-hero {
		padding: 100px 0 40px;
		background-size: cover;
		min-height: auto;
	}

	section.simple-hero .simple-hero-inner {
		max-width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	section.simple-hero .simple-hero-left {
		padding: 30px;
	}

	section.simple-hero .simple-hero-left h1 {
		font-size: 36px;
		margin-bottom: 18px;
	}

	section.simple-hero .simple-hero-left p {
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: 35px;
	}

	section.simple-hero .simple-hero-right img {
		position: static;
		width: 90%;
		height: auto;
		margin: 25px auto;
		border-radius: 12px;
	}

	.simple-hero-btn-inline {
		justify-content: center;
	}
}

@media (max-width: 768px) and (orientation: landscape) {
	section.simple-hero {
		padding: 70px 0 30px;
		min-height: auto;
	}

	section.simple-hero .simple-hero-inner {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	section.simple-hero .simple-hero-left {
		padding: 20px;
		max-width: 80%;
	}

	section.simple-hero .simple-hero-left h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	section.simple-hero .simple-hero-left p {
		font-size: 15px;
		line-height: 1.4;
		margin-bottom: 25px;
	}

	section.simple-hero .simple-hero-right img {
		width: 80%;
		height: 300px;
		margin: 20px auto;
		border-radius: 10px;
	}
}
