@charset "UTF-8";

#Terms{
	margin: 30px 0;
}
	h1 {
	    padding-top: 30px;
	    text-align: center;
	    width: 100%;
	    font-size:26px;
	}
	#Terms h2 {
		text-align: right;
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 3em;
		padding-top: 20px;
	}
	#Terms .wrapper{
		width: 80%;
	}
	#Terms h3 {
		text-align: center;
	}
	#Terms h4,
	#Terms p{
		text-align: left;
	}
	.figure img {
		display: block;
		margin: 0 auto;
		width: 70%;
		max-width: 600px;
		height: auto;
	}


	ul {
		?margin: 1em 0 1.5em 0;
		display: block;
		padding-left: 1.7em;
	}
		ul li {
			list-style-type: disc;
			margin-bottom: 1em;
		}
			ul li:last-child {
				margin-bottom: 0em;
			}