header{

}
.content-main {
	display: flex;
	flex-direction: column;
	padding: 30px;
	width:1200px;
	background-color: #f6f6f6;
	flex-wrap: nowrap;
}
h2{
	font-size: 50px;
	font-weight: 200;
	background: linear-gradient(88deg, #d1dbee 20%, #79addf 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 30px;
}
h3{
	margin-top: 30px;
	margin-bottom:30px;
}
.content{
	font-size:16px;
	color: #666;
	line-height: 30px;
}
.header-bar{
	display: flex;
	flex-direction: row;
	color: #FFF;
	align-items: center;
}
.header-bar-left{
	display: flex;
	flex-direction:column;
	margin: 30px;
	align-items: flex-start;
}
.header-bar-left p{
	font-size: 25px;
	font-weight: 200;
}
.header-logo-img{
	margin: 30px;
	width: 250px;
}