header{
	margin-bottom: 30px;
}
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;
}
.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;

}

.body_container{
	display: flex;
	flex-direction: row;
	align-items: start;
}
.left-bar{
	width:350px;
	margin-top: 30px;
}
.left-bar .mb-3{
	margin-top: 20px;
}
.left-bar .left-title-img{
	width:100%;
	border-radius: 7px;
}
.left-bar .btn-bar{
	width: 100%;
	padding-right: 10px;
	display: flex;
	justify-content: flex-end;
}
.submit-btn{

}
.left-bar .ask-input{
	resize:none;
}
.left-bar .ask-info{
	font-size: 13px;
	color: #999;
}
.main-bar{
	flex: 1;
}


.faq-item{
	display: flex;
	flex-direction: column;
	padding: 20px;
	border: 4px solid #e9e6e6;
	margin: 30px 30px 50px 30px;
	border-radius: 15px;
	position: relative;
}
.logo-img{
	width: 48px;
	height: 48px;
}
.faq-ask{
	align-items: center;
}
.faq-line{
	display: flex;
	flex-direction: row;
	padding: 10px;
}
.faq-content{
	font-weight: 300;
	margin-left: 15px;
}

.faq-ask-content{
	font-size: 25px;
	background: linear-gradient(181deg, #1154d3 20%, #71a5f0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.faq-ans-content{
	font-size: 17px;
	color: #8aa7d2;
}
.faq_logo{
	position: absolute;
	top: -35px;
	left: 120px;
	width: 120px;
}