.engineerbanner-flex{
    height: 220px;
    width: 100%;
    background-image: url(/images/banner2.png);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    background-size: 100% 220px;
}
.banner-flex{
    width: 1100px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-title{
    font-size: 32px;
}
.banner-trans{
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 16px;
}
.short-line{
    height: 4px;
    background-color: white;
    width: 44px;
}
.title{
	font-size: 22px;
    color: #2043a2;
    margin-bottom: 58px;
    display: flex;
	justify-content: center;	
}
.LEGAL-flex{
	margin-top: 65px;
	margin-bottom: 72px;
	display: flex;
	justify-content: center;
}
.legal-content{
	width: 1100px;
	display: flex;
	justify-content: center;	
	flex-direction: column;
}
.content-text{
	font-size: 12px;
	line-height: 1.7;
}