.ct-242edd3b-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ct-242edd3b-header {
	background-color: #21409A;
	color: #ffffff;
	padding: 20px 30px;
	font-weight: 600;
	font-size: 20px;
	border-radius: 12px 12px 0 0;
}

.ct-242edd3b-table {
	display: flex;
	flex-direction: column;
	border: 1px solid #e2e8f0;
	border-top: none;
	border-radius: 0 0 12px 12px;
	overflow: hidden;
}

.ct-242edd3b-row {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #e2e8f0;
}

.ct-242edd3b-row:last-child {
	border-bottom: none;
}

.ct-242edd3b-cell {
	padding: 20px 30px;
}

.ct-242edd3b-col-1 {
	width: 40%;
	font-weight: 600;
	color: #1a202c;
	background-color: #f8fafc;
	border-right: 1px solid #e2e8f0;
}

.ct-242edd3b-col-2 {
	width: 60%;
	color: #4a5568;
	background-color: #ffffff;
}

@media (max-width: 767px) {
	.ct-242edd3b-row {
		flex-direction: column;
	}
	.ct-242edd3b-col-1,
	.ct-242edd3b-col-2 {
		width: 100%;
		border-right: none;
	}
	.ct-242edd3b-col-1 {
		border-bottom: 1px solid #e2e8f0;
	}
}