@charset "utf-8";
 
 


#what-we-can-do
{
	
	width: 87%;
	float: right;
	background-size:cover;
	float: right;
	width: 87%;
	background-color: rgb(255,255,255);
	padding-top: 4%;
}
#what-we-can-do #apps {
	float: left;
	width: 45%;
	background-color: rgb(226,226,226);
	padding: 2.5%;
	height:26vw;
	margin-bottom: 1px;
	margin-top: -4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(255,255,255);
}
#what-we-can-do #graph {
	float: left;
	width: 45%;
	background-color: rgb(220,220,220);
	padding: 2.5%;
	height:26vw;
	margin-bottom: 1px;
	margin-top: -4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(255,255,255);
}





#what-we-can-do h1 {
	font-size: 3.2vw;
	text-align: center;
	width: 100%;
	color: rgb(44,64,92);
}
#what-we-can-do h3 {
	font-size: 1.2vw;
	text-align: center;
	width: 100%;
	color: rgb(44,64,92);
	font-weight: 400;
}


#what-we-can-do #apps h2 {
	font-size: 1.6vw;
	text-align: left;
	width: 70%;
	color: rgb(44,64,92);
	font-weight: 400;
}

#what-we-can-do #graph h2 {
	font-size: 1.6vw;
	text-align: left;
	width: 70%;
	height:4.8vw;
	color: rgb(44,64,92);
	font-weight: 400;
}

#what-we-can-do ul {
	list-style-type: none;
	padding: 1%;
	margin: 3%;
	font-size: 22px;
	color: rgb(0,0,0);
}
 

#what-we-can-do li{
	list-style: none;
	margin-top: 1%;
	margin-bottom: 1%;
}
#what-we-can-do li{
	background-image: url(../images/good.svg);
	background-repeat: no-repeat;
	padding-left: 4%;
	font-size: 0.9vw;
}
 #what-we-can-do .spacer {
	height: 1.6vw;
	display: block;
}
