.banner{
	height: 6.125rem;
	margin-top: 2.75rem;
}
.service_content {
	padding: 2rem 1rem;
}

.service_content .tabs {
	flex-wrap: wrap;
}

.service_content .tabs li {
	height: 2rem;
	margin-bottom: 0.75rem;
	padding: 0 0.75rem;
	font-size: 0.875rem;
	background-color: #EEF1F3;
	width: fit-content;
	margin-right: 0.75rem;
}

.service_content .tabs li:visited {
	background-color: #CA0100;
	color: #fff;
}

.tabContent {
	/* padding: 2.5rem 0; */
}

.tabContent .bold {
	font-size: 1.1875rem;
	line-height: 1.625rem;
	margin-bottom: 0.75rem;
}

.tabContent .text {
	font-size: 0.875rem;
	line-height: 1.5rem;
	text-align: left;
}
.tabContent img{
	width: 100%;
}
.tabContent video{
	width: 100%;
}
.active{
	background-color: #CA0100!important;
	color: #fff;
}