

.container {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	}
.description {
	color:#fff;
	margin-bottom:20px;
	}
.item1, .item2, item3, .item4, item5, .item6, .item7 {
	display:inline-block;
	}
.header1::before, .header2::before, .header3::before, .header4::before, .header5::before, .header6::before, .header7::before {
	font-family:"FontAwesome";
		color:#CD0E2B;
	padding-right:10px;
	}
.header1::before {
	content:"\f154";
	}
.header2::before {
	content:"\f040";
	}
.header3::before {
	content:"\f534";
	}
.header4::before {
	content:"\f233";
	}
.header5::before {
	content:"\f0e0";
	}
.header6::before {
	content:"\f3ed";
	}
.header7::before {
	content:"\f590";
	}
.header1, .header2, .header3, .header4, .header5, .header6, .header7 {
	
	}
@media screen and (min-width:801px) {
#sp-main-body {
	padding-top:40px;
	}
.left {
	width:49%;
	float:left;
	}
.right {
	float:right;
	width:49%;
	}
.text {
	width:40%; 
	float:left;
	padding-right:30px;
	border-right:-.5px solid #c0c0c0;
	}
.tablechart  {
	
	width:60%;
	
	}

}
