.green{font-weight: 900;color: #8BC34A;font-size: 20px;}

.support_box{width:100%;display:block;border-radius:25px;height: 306px;background:url(/pages/new_fund/img/sub/support_bg2.jpg) no-repeat center right;margin-bottom:50px;overflow: hidden;}
.support_box .support_top{float:left;font-size: 32px;line-height: 37px;color:#000;font-weight: 400;margin: 104px 0 0 133px;float: left;}

/****** 1200 ******/
@media screen and (max-width: 1200px) {
.support_box{ height:250px; overflow: hidden; background-size: 100%;}
.support_box .support_top{font-size: 30px;line-height:33px;margin:80px 0 0 150px;float: left;}
}

/****** Tablet Device ******/
@media screen and (min-width:691px) and (max-width:899px) {

.support_box{ height:180px;}
.support_box .support_top{font-size: 21px;line-height: 27px;margin: 76px 0 0 53px;float: left;}
.support_txt {font-size: 16px;line-height: 27px;margin-top: 0px;}

}

/****** Mobile ******/
@media screen and (max-width:690px){

.support_box{ height:200px; background-size: cover;margin-bottom:20px;}
.support_box .support_top{margin: 86px 0 0 0px;float: left;font-size:18px;line-height:24px;font-weight:500;color:#333;background: #ffffffa8;padding: 10px 20px;width: 100%;}
.support_txt {font-size: 15px;line-height: 27px;margin-top: 0px; text-align:left;}
}