body{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #334155;
	background-color: #F9FAFB;
}

.text_content p{
	margin-top: 20px;
	line-height: 28px;
}

.text_content a{
	text-decoration: underline;
	color: #f4b925;
	font-weight: 500;
}

.text_content ul,
.text_content ol{
	margin-top: 20px;
	line-height: 28px;
	margin-left: 30px;
}

.text_content li::marker{
	color: #ccc;
}

.text_content ul{
	list-style-type: disc;
}

.text_content ul ul{
	list-style-type: square;
	margin-top: 0px;
}

.text_content ol{
	list-style-type: decimal;
}

.text_content ol ol{
	list-style-type: lower-roman;
	margin-top: 0px;
}

.text_content li{
	margin-top: 8px;
	padding-inline-start: 6px;
}

h1{
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
	margin: 64px 0px;
	color: #1b2632;
}

h1 span,h2 span,h3 span{
	color: #F4B925;
}

.text_content h2{
	margin-top: 48px;
	line-height: 32px;
	font-size: 24px;
	font-weight: 700;
	color: #0f172a;
}

.text_content h3{
	margin-top: 32px;
	line-height: 32px;
	font-size: 20px;
	font-weight: 600;
	color: #0f172a;
}

.text_content table,
.text_content img,
.text_content iframe{
	max-width: 100% !important;
}

.text_content img{
	height: auto !important;
}

.text_content table{
	width: 100% !important;
	margin-top: 25px;
	line-height: 1.4em;
}

.text_content table th,
.text_content table td{
	padding: 10px;
	border: 1px solid white;
}

.text_content table th{
	background-color: #555;
	color: white;
	text-align: center;
	vertical-align: middle;
}

.text_content table td{
	background-color: #eee;
	text-align: left;
}