.table_five-col-wrapper table{
	vertical-align: middle;
	margin: 0 auto;
	width: 100%;
}
.table_five-col-wrapper th {
	color: #00aeaf;
	color: var(--bs-success);
	font-weight: 700;
}
.table_five-col-wrapper th {
	padding-bottom: 2px;
}
.table_five-col-wrapper th,
.table_five-col-wrapper td {
	width: 20%;
	text-align: center;
}
.table_five-col-wrapper td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fafafa;
}
.table_five-col-wrapper a {
	outline: 0;
	word-break: break-all;
	word-wrap: break-word;
}

.table_five-col-wrapper ul {
	list-style: none;
}
.table_five-col-title {
	margin-bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1559px) {
	.table_five-col-wrapper th,
	.table_five-col-wrapper td {
		width: 169.5px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.table_five-col-wrapper th,
	.table_five-col-wrapper td {
		width: 188px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.table_five-col-wrapper th,
	.table_five-col-wrapper td {
		width: 144px;
	}
}
@media (min-width: 0) and (max-width: 767px) {
	.table_five-col-wrapper {
		font-size: 12px;
	}
	.table_five-col-wrapper table {
		width: 100%;
	}
	.table_five-col-wrapper th,
	.table_five-col-wrapper td {
		word-break: break-all;
		word-wrap: break-word;
	}
}