.technologyhero.term-hero{
	min-height: 0;
	padding: 80px 0;
}
.term-hero.term-hero::after{
	background: linear-gradient(90deg, #DDCFBE 14.79%, rgba(221, 207, 190, 0.00) 60.2%), linear-gradient(90deg, #DDCFBE 34.67%, rgba(221, 207, 190, 0.00) 63.35%);
}
.technologyhero h1{
	margin-top: 48px;
}

@media (max-width: 767px){
	.technologyhero.term-hero{
		padding-top: 0;
		padding-bottom: 60px;
		background: #DDCFBE;
	}
	.term-hero.term-hero::after{
		display: none;
	}
	.term-hero.term-hero .image{
		position: relative;
	}
	.term-hero.term-hero .image::after{
		content: '';
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 100px;
		background: linear-gradient(0deg, #DDCFBE 10%, rgba(221, 207, 190, 0) 100%);
	}
	.technologyhero h1{
		margin-top: 16px;
	}
}