.capitalize-first, .capitalize-first * {
	text-transform: lowercase !important;
}

.capitalize-first::first-letter, .capitalize-first *::first-letter {
	text-transform: uppercase !important;
}

.new_formatted_text table {
	width: 100%;
	margin: 30px 0;
}

.new_formatted_text td, .new_formatted_text th {
	padding: 10px 86px;
	text-align: left;
	border: none !important;
	background: transparent !important;
}

.new_formatted_text th, .new_formatted_text table strong {
	color: #212c68;
}

.new_formatted_text tr:nth-child(even), .new_formatted_text thead {
	background-color: #fff;
}

.new_formatted_text tr:nth-child(odd) {
	background-color: transparent;
}

.h3_36 h3 {
	font-size: 36px;
}

.strong_accent strong, .strong_accent b {
	color: #212c68;
}

.faq__text strong, .faq__text b {
	color: #212c68;
}

@media screen and (max-width: 767px) {
	.new_formatted_text table {
		width: fit-content;
		overflow-x: auto;
	}
	
	.new_formatted_text td, .new_formatted_text th {
		padding: 10px;
		white-space: normal;
		word-break: keep-all;
		word-wrap: normal;
	}
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 2040px) {}