.selectAccountType-div h2{
	text-align: center;
	color:#00599C;
	font-size:22px;
	font-weight: 700;
}
.flexDiv{
	display:flex;
	width:726px;
	margin:0 auto;
	margin-top:40px;
}
.flex_div{
	width:218px;
	height:250px;
	border: 1px solid rgba(238,238,238,1);
    background: linear-gradient(219.725807603121deg,rgba(255,255,255,1) 5%, rgba(227,237,251,1) 94%);
	text-align: center;
}
.flex_div:hover{
	border-color: rgba(0,89,156,1);
}
.flex_divClick{
	border-color: rgba(0,89,156,1);
}
.flex_div img{
	margin-top:45px;
}
.flex_div h3{
	margin-top:20px;
	font-size:20px;
	font-weight: 400;
	color: #333;
}
.flex_div p{
	width:78%;
	margin:0 auto;
	margin-top:16px;
	font-size:14px;
	font-weight: 400;
	color: #848994;
	text-align: left;
}
.btn{
	text-align: center;
	margin-top:38px; 
}
.btn button{
	width:130px;
	height:40px;
	border-radius: 4px;
	background-color: rgba(1,89,156,1);
	color:#fff;
	border:none;
}
