.bg_gray {
	padding: 0 0.3em 0.1em;
	background: #eee;
	border-radius: 0.2em;
	font-size: 0.85em;
}
.el_heading__xSmall strong {
	display: inline-block;
	margin-top: 0.1em;
	font-size: 1.1em;
	line-height: 1.5;
}
@media only screen and (min-width: 981px) {
.bg_gray {
	padding: 0.1em 0.4em 0.2em;
	background: #eee;
	border-radius: 0.2em;
	font-size: 1em;
	font-weight: 500;
}
.el_heading__xSmall strong {
	display: inline-block;
	margin-top: 0.3em;
	font-size: 1.15em;
	line-height: 1.5;
}
}
