header{
    width:100%;
    height:auto;
    padding:40px 0px;
    background: linear-gradient(90deg, #6673DF 1%, #2A3AFB 100%);
    box-sizing:border-box;
}
header .header_wrapper{
    width:63%;
    margin:0px auto;
    display:flex;
    height:100%;
	letter-spacing: 2px;
    padding-right:24%;
    flex-direction: column;
    background-image: url("../static/imgs/bg_img.png");
    background-size: 530px 360px;
    background-position: 100% center;
    background-repeat: no-repeat;
    justify-content: space-between;
    box-sizing:border-box;
}
header .header_wrapper .logo_wrapper{
    display:flex;
    align-items:center;
    font-weight: bold;
    font-size: 29px;
    color: #FFFFFF;
	margin-bottom: 60px;
}
header .header_wrapper .logo_wrapper img{
    display:block;
    width:48px;
    height:48px;
	margin-top: 6px;
    margin-right:12px;
}
header .header_wrapper .header_letter{
    font-weight: 400;
    font-size: 17px;
    line-height:31px;
    color: #FFFFFF;
	margin-bottom: 30px;
}
header .header_wrapper .header_letter:last-child{
	margin-bottom: 0px;
}
header .header_wrapper .header_letter::first-letter{
    margin-left:28px;
}