#header {
	background-image: url('/wp-content/themes/lisnr/images/technology/header.png');
	height: 400px;
	background-size: cover;
	background-position: bottom center;
	margin-top: 60px !important;
}

#header .container, #header .row {
	height: 100%;
}

#header .row {
	display: flex;
	align-items: center;
}

#header h1 {
	color: #ffffff;
}

#second-section .row {
	display: flex;
	align-items: center;
}

#second-section .col-lg-6:last-of-type {
	text-align: right;
}

#second-section .col-lg-6:last-of-type img {
	width: 80%;
}

#tone-graphic {
	margin-top: 3em;
	position: relative;
	margin-bottom: 3em;
}

#tone-graphic .line {
	position: absolute;
	height: 5px;
	margin: 0;
	background: #A4D4FF;
	width: 100%;
	top: calc(50px - 5px);
}

#tone-graphic img {
	height: 100px;
	width: 100px;
	max-width: unset;
}

#tone-graphic h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: 700;
}

#tone-graphic p {
	font-size: 1em;
	width: 80%; 
	margin: 0 auto;
}

#fourth-section {
	background: url(/wp-content/themes/lisnr/images/technology/fourth-section-background.png);
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
}

#sixth-section img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

#sixth-section .gray-box {
	padding-left: 4em;
	padding-right: 4em;
}

@media only screen and (max-width: 1350px) {
	#header {
		height: 350px;
	}
}

@media only screen and (max-width: 992px) {
	#second-section .row {
		display: block;
		text-align: center;
	}
	
	#tone-graphic .line {
		display: none;
	}
	
	#fourth-section {
		background-image: unset;
	}
	
	#third-section, #fourth-section, #fifth-section, #sixth-section {
		text-align: center;
	}
	
	#sixth-section .gray-box {
		background: transparent;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	#header {
		height: 200px;
	}
}