/* ----------------------------------------------------------------
	Kiragame css
-----------------------------------------------------------------*/

.about-us-description {
	font-size: 16px;
	font-weight: 400;
	color: #643c1e;
	text-indent: 5em;
	padding: 0 40px;
}

#about-us-award {
	margin: 0 auto;
	padding: 0 60px;
	text-align: center;
}

.award-image {
	height: 100px;
	margin: 20px auto;
	padding: 0 20px;
}

.pp-description {
	text-align: justify;
}

#section-about {
	/* background-image: url("../images/kiragames/web_about_wood.png"); */
	background: white;
	margin: -60px 0 60px 0;
}

.about-us-seperator {
	margin: 40px;
	border-bottom: 1px solid #643c1e;
	;
}

.about-us-contact {
	text-align: center;
}

.about-us-icon-box {
	width: 80px;
	text-align: center;
	display: inline-block;
	margin: 20px;
}

.about-us-icon-box a {
	color: #643c1e;
}

.about-us-icon-box a i {
	font-size: 30px;
}

.privacy-table {
	width: 80%;
	margin: 0 auto;
	border: 1px solid;
}

.privacy-table tbody tr th {
	border: 1px solid;
	text-align: center;
	background-color: lightgray;
}

.privacy-table tbody tr td {
	border-right: 1px solid;
	padding: 15px 10px;
	text-align: left;
	vertical-align: top;
}

ul.dashed {
	list-style-type: none;
	padding-left: 5px;
}

ul.dashed>li {
	text-indent: -5px;
}

ul.dashed>li:before {
	content: "-";
	margin-right: 10px;
}

ul,
ol {
	margin-left: 20px;
}