.screen7 {
	display: flex;
	flex-direction: center;
	width: 100%;
	background: #f8f8fb;
}
.screen7_main {
	display: flex;
	flex-direction: center;
	//flex: 0 1 100%;
	margin: 0px auto;
	//border: 1px solid #f00;
}
.sc7_td_l {
	display: flex;
	flex-direction: column;
	flex: 1 0 580px;
	//border: 1px solid #f00;
	//font: 55px Montserrat-Bold;
	//font: 55px Spectral-Bold;
	//line-height: 1.2;
}
.sc7_td_l_txt {
	display: flex;
	flex-direction: center;
	flex: 0 1 100%;
}
.sc7_td_r {
	display: flex;
	flex-direction: center;
	justify-content: right;
	flex: 0 1 100%;
	//border: 1px solid #f00;
}
.sc7_td_r_td {
	display: flex;
	flex-direction: center;
	flex: 0 1 300px;
	align-items: center;
	//border: 1px solid #f00;
}
.sc7_td_r_img {
	display: flex;
	flex-direction: center;
	flex: 1 0 70px;
	height: 70px;
	//border: 1px solid #f00fff;
}
.sc7_td_r_txt {
	display: flex;
	flex-direction: center;
	align-items: center;
	flex: 0 1 100%;
	//border: 1px solid #f00fff;
	padding-left: 30px;

}
.screen7_img {width: 70px;}
.sc7_td_r_td_last {margin-left: 50px;}

@media screen and (max-width:1150px) {
	.sc7_td_l {flex: 1 0 500px;}
}	
@media screen and (max-width:1070px) {
	.screen7_main {flex-direction: column;}
	.sc7_td_l {flex: 0 1 100%; padding-bottom: 40px;}
	.sc7_td_r {justify-content: center;}
	.sc7_td_l_txt {text-align: center; justify-content: center;}
}	
@media screen and (max-width:600px) {
	.sc7_td_r {flex-direction: column; flex: 0 1 10px;}
	.sc7_td_r_td {flex: 0 1 10px; width: 80%; margin: 0px auto;}
	.sc7_td_r_td_last {margin: 30px auto 0px auto;}
	.screen7_img {width: 50px;}
	.sc7_td_r_txt {border: 0px solid #f00;}
}
@media screen and (max-width:500px) {
	.sc7_td_l {padding-bottom: 40px;}
	.sc7_td_r_img {flex: 1 0 60px; height: 60px;}
	.screen7_img {width: 60px;}
}