
.lava-page-content .content-header {
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.lava-page-content .content-header .section-content-wrap {
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, .2);
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);
}

.lava-page-content .content-header .section-content {
	width: 60%;
}

.lava-page-content .content-header .section-content>* {
	color: white;
	line-height: 1.1;
}

.lava-page-content .content-header .about {
	font-size: 1.4em;
}

.lava-page-content .content-header .page-title {
	font-size: 5em;
	font-weight: bold;
	line-height: .9;
}

.lava-page-content .content-header .section-subhead {
	font-size: 1.5em;
}

.lava-page-content .team {
	background-color: #3f86c4;
}

.lava-page-content .team .section-title {
	color: white;
}

.lava-page-content .timeline .tiles-wrap {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.lava-page-content .timeline .tiles-wrap .tile {
	padding: 30px 20px;
	width: 31%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	box-shadow: 8px 8px 32px rgba(0, 0, 0, .37);
	transition: all .2s linear;
	border-radius: 20px;
}

.lava-page-content .timeline .tiles-wrap .tile .tile-title {
	font-size: 1.6em;
}

.lava-page-content .timeline .history-img {
	margin: 0 auto;
	display: block;
	width: 90%;
	max-width: 750px;
}

.lava-page-content .technologies .section-title {
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
}

.lava-page-content .technologies .section-subhead {
	font-size: 1.6em;
	font-weight: 300;
}

@media screen and (max-width: 1249px) {
	.lava-page-content .content-header .page-title {
		font-size: 5em;
	}
}

@media screen and (max-width: 767px) {
	.lava-page-content .content-header .about {
		font-size: 1.5em;
	}
	
	.lava-page-content .content-header .page-title {
		font-size: 4em;
	}
	
	.lava-page-content .content-header .section-subhead {
		font-size: 1.5em;
	}
	
	.lava-page-content .timeline .tiles-wrap {
		display: flex;
		flex-direction: column;
	}
	
	.lava-page-content .timeline .tiles-wrap .tile {
		margin-bottom: 20px;
		width: 100%;
	}
}

@media screen and (max-width: 540px) {
	.lava-page-content .content-header .page-title {
		font-size: 3.5em;
	}
	
	.lava-page-content .content-header .section-subhead {
		font-size: 1.7em;
	}
	
	.lava-page-content .technologies .section-subhead {
		font-size: 1.5em;
	}
}
