@charset "UTF-8";

/* content-wrapper */
.section_title_height{
	line-height: 2.4rem;
}
.comparison_pdf_wrap{
	margin: 4rem auto;
}
.heading-cinal-c {
	color: hsl(34.67deg 100% 44.12%) !important;
	background-color: hsl(59.82deg 100% 85.86%) !important;
}
.col-border{
	border: 5px solid hsl(0, 50%, 47%);
	z-index: 10;
}
.row-color {
	background-color: hsl(50, 86%, 69%) !important;
}
.row-font{
	font-weight: bolder;
	font-size: 1.08rem !important;
}
.annotation-txt {
	display: block;
	margin: 0.8rem 0 0 0;
	font-size: 0.8rem;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.section_title_height{
		line-height: 2.8rem;
	}
	.comparison_pdf_wrap{
		margin: 2.6rem auto;
	}
	.annotation-txt{
		font-size: 0.7rem;
	}
}
