@charset "UTF-8";

.section {
	padding-top: 0;
}
.container .row {
	margin-bottom: 40px;
}
.table thead > tr > th:first-child,
.table tbody > tr > td:first-child {
	min-width: 200px;
}
.c2a-area {
	padding: 30px;
	margin-top: -40px;
	margin-bottom: 40px;
	background-color: #eaeaea;
}
.table tbody ul {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
	align-items: center;
}
.table tbody ul li {
	width: 30%;
}
.table tbody ul li img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.container .row {
		margin-bottom: 30px;
	}
	.table thead > tr > th:first-child,
	.table tbody > tr > td:first-child {
		min-width: auto;
	}
	.c2a-area {
		margin-bottom: 20px;
	}
}