.content-p>div {
	width: 100%;
	margin-bottom: 20px;
}
.title-t {
	width: 100%;
	padding: 10px;
	background-color: #EFEFEF;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.title-t h3 {
	font-size: 20px;
	padding: 2px 20px;
	color: #ffffff;
	background-color: #ff0000;
	font-family: 'averta Bold';
	border-radius: 4px;
	position: absolute;
	bottom: -13px;
}

.c-t {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.c-t table {
	width: 100%;
	border-spacing: 6px;
}

.c-t table>thead>tr>th {
	width: 50%;
	color: #ff0000;
	font-size: 11px;
	font-family: 'averta Bold';
}

.c-t table>tbody>tr>td {
	height: 20px;
	padding: 2px;
	color: #000000;
	font-size: 12px;
	text-align: center;
	background-color: #EFEFEF;
}