@charset "utf-8";
.license{
	margin: 0 auto;
	padding:0 15px;
	overflow: hidden;
}
.license h3{
	font-size: 40px;
	margin:20px 0 50px;
	font-weight: bold;
	text-align: center;
}
.license h4{
	border-bottom:#EFAC00 2px dotted;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom:10px;
}
.license p{
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	.license h3{
		text-align: left !important;
	}
}
@media only screen and (max-width: 480px) {
	.license h3{
		font-size: 30px;
		margin:20px 0 30px;
	}
}
