h4{
	position: relative;
	margin: 60px 0 20px;
	padding: 0 0 0 30px;
	font-size: 22px;
}
h4:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: #26A3A9;
}
@media screen and (max-width: 800px) {
	table{
		margin: 0 0 0 -20px;
		width: 100vw;
	}
	th{
		min-width: 20vw;
	}
}