.text li:before {
	display: none;
}
.text ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #24bb9d;
	border-radius: 50%;
}

.text .wp-caption {
	display: block;
	max-width: 100% !important;
	height: auto;
}
.text img {
	display: block;
	max-width: 100%;
	height: auto;
}

.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}

.text .wp-caption.aligncenter {
	text-align: center;
}

.sc_fs_faq.sc_card {
	color: #000;
}


.table_container {
	width: 100%;
	overflow: hidden;
	overflow-x: visible;
	margin-bottom: 32px;
}
.table_container table {
	display: block;
	width: 100% !important;
	min-width: 600px;
	height: auto !important;
}


