.list .banner {
	background-image: url("../../images/bg/banner-1.webp");
	background-size: cover;
}

.list-title-box {
	text-align: center;
	margin-bottom: 54px;
}

.list-title {
	text-align: center;
	margin: 0;
	padding: 0 100px;
	display: inline-block;
	position: relative;
}

.list-title:before {
	background-color: #39b54a;
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	left: 0;
	width: 100%;
	top: 30px;
}

.list-title span {
	display: inline-block;
	background-color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 3rem;
}

table th {
	background-color: #edfaf4;
	color: #39b54a;
	font-weight: bold;
	font-size: 17px;
	border-right: 1px solid #FFF;
	min-width: 100px
}

table td {
	background-color: #fffcfc;
	text-align: center;
	padding: 1rem;
	border-bottom: 2px dashed rgb(225, 225, 225);
}

table td p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	white-space: pre-line
}

table td .img {
	padding: 1rem
}

table td img {
	border-radius: 10px;
}

table td:nth-child(even) {
	text-align: left
}