#service-content {
	font-size: 1rem;
	line-height: 1.6;
}

#service-content p {
	margin: 0 0 1rem;
}

#service-content h1,
#service-content h2,
#service-content h3,
#service-content h4,
#service-content h5,
#service-content h6 {
	margin: 2rem 0 1rem;
	line-height: 1.25;
	font-weight: 600;
}

#service-content ul,
#service-content ol {
	padding-left: 2.5rem;
	margin-bottom: 1.5rem;
	list-style: unset;
}

#service-content ul li,
#service-content ol li {
	margin-bottom: 0.5rem;
}

#service-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1.5rem 0;
}

#service-content a {
	text-decoration: underline;
}

#service-content strong {
	font-weight: 600;
}

#service-content blockquote {
	margin: 1.5rem 0;
	padding-left: 1rem;
	border-left: 3px solid #ccc;
}

#service-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5rem 0;
}

#service-content table th,
#service-content table td {
	border: 1px solid #ddd;
	padding: 0.75rem;
}

#service-content hr {
	margin: 2rem 0;
	border: none;
	border-top: 1px solid #ddd;
}
