.container-fluid {
	padding: 0 0 30px 0;
	background-color: #F2F2F2;
}

.about {
	width: 70%;
	margin: 0 auto;
}

.row {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}



.table-box {
	float: none;
	border-collapse: collapse;
	border: SOLID 1px #B08F60;
	font-size: 36px;
	width: 1012px;
	text-align: center;
	background-color: #FFFFFF;
}

.table-box tr {
	height: 100px;
}

.table-box img {
	width: 50px;
	/* min-height: 20px; */
	margin-top: 15px;
}

.td-img {
	padding: 0px 3px;

	border-top: 1px solid #B08F60;
	border-right: 1px solid #B08F60;
	border-bottom: none;
	border-left: 1px solid #B08F60;
	word-break: normal;
	text-align: center;

}

.td-img-bg {
	background: rgb(238, 212, 172);
}

.td-text {
	background-color: #FFFFFF;
	padding: 0px 3px;
	border-top: 1px solid #B08F60;
	border-right: 1px solid #B08F60;
	border-bottom: 1px solid #B08F60;
	border-left: none;
	word-break: normal;
	text-align: center;
	width: 400px;

}



.flex-left {
	text-align: center;
	position: relative;
	margin-right: 20px;
	width: 400px;
}

.flex-right {
	text-align: center;
	position: relative;
	margin-left: 20px;
	width: 400px;
}


.flex-right img {

	border-radius: 23px;
	display: inline-table;
	width: 400px;
}
.flex-left img {

	border-radius: 23px;
	display: inline-table;
	width: 400px;
}
.img-icon {
	width: 150px !important;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0  !important;
	border-bottom-right-radius: 23px !important;
}