.tis-page-article {
	background: #fff;
	padding: 60px 130px 80px;
}

.tis-page-article-inner {
	max-width: 800px;
	margin: 0 auto;
}

.tis-page-article-inner > h1 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	color: #142553;
	margin: 0 0 32px;
}

.tis-page-content {
	font-size: 18px;
	line-height: 28px;
	color: #142553;
}

.tis-page-content h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	color: #142553;
	margin: 40px 0 16px;
}

.tis-page-content h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #142553;
	margin: 32px 0 12px;
}

.tis-page-content h2:first-child,
.tis-page-content h3:first-child {
	margin-top: 0;
}

.tis-page-content p {
	margin: 0 0 20px;
}

.tis-page-content ul,
.tis-page-content ol {
	margin: 0 0 20px;
	padding-left: 24px;
}

.tis-page-content li {
	margin-bottom: 10px;
}

.tis-page-content li:last-child {
	margin-bottom: 0;
}

.tis-page-content a {
	color: #FF5C1A;
	text-decoration: underline;
}

.tis-page-content strong {
	color: #142553;
}

.tis-page-content blockquote {
	margin: 0 0 20px;
	padding: 16px 20px;
	background: #FCF1EC;
	border-left: 4px solid #FF5C1A;
	border-radius: 4px;
}

.tis-page-content blockquote p:last-child {
	margin-bottom: 0;
}

.tis-page-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 24px;
	border: 1px solid #E3E7EE;
	border-radius: 4px;
	overflow: hidden;
}

.tis-page-content table th,
.tis-page-content table td {
	padding: 14px 20px;
	text-align: left;
	border-bottom: 1px solid #E3E7EE;
}

.tis-page-content table tr:last-child th,
.tis-page-content table tr:last-child td {
	border-bottom: none;
}

.tis-page-content table tr:nth-child(even) {
	background: #FAFAFA;
}

.tis-page-content table th {
	font-weight: 700;
	background: #FCF1EC;
}

.tis-page-content .tis-page-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	padding: 14px 28px;
	background: #FF5C1A;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	text-decoration: none;
}

@media (max-width: 900px) {
	.tis-page-article {
		padding: 40px 20px 60px;
	}

	.tis-page-article-inner > h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.tis-page-content table,
	.tis-page-content thead,
	.tis-page-content tbody,
	.tis-page-content th,
	.tis-page-content td,
	.tis-page-content tr {
		display: block;
	}

	.tis-page-content table th,
	.tis-page-content table td {
		border-bottom: none;
		padding: 4px 0;
	}

	.tis-page-content table tr {
		padding: 12px 16px;
		border-bottom: 1px solid #E3E7EE;
	}

	.tis-page-content table tr:nth-child(even) {
		background: #FAFAFA;
	}
}
