table {
	box-shadow: 0px 0px 30px 0px rgba(217, 217, 239, 1);
border-radius: 1.5rem;
	width: 100%;
	margin: 0 0 5.4rem;
	border-collapse: separate;
	border-spacing: 0;
}


table td {
	background: #fff;
	border: 0.1rem solid #E0E0E0;
	padding: 1.1rem 2.6rem;
	color: #000;
	text-align: center;
	

}
table tr:nth-child(2n) td {
	background: #F3F3F8;
	

}
table tr:first-child td {
	color: #064991;
}
table tr:first-child td:first-child {
	border-radius: 1.5rem 0 0 0;
}
table tr:first-child td:last-child {
	border-radius: 0 1.5rem 0 0;
}
table tr:last-child td:first-child {
	border-radius: 0 0 0 1.5rem;
}
table tr:last-child td:last-child {
	border-radius: 0  0 1.5rem 0;
}







@media (max-width: 767px) {

	table td {
		padding: 0.5rem;
		font-size: 1.3rem;
	  }
	  .wrapper-table {
		position: relative;
		overflow: hidden;
		overflow-x: auto;
	}
}
	

 

