.attention__head {
	padding: 15px 22px 12px 0px;
}
@media (min-width: 48em) {
	.attention__head {
		padding: 25px 12px 16px 5px;
	}
}
.attention__heading {
	position: relative;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.6470588235;
	color: var(--c-primary);
	left: 27px;
}
@media (min-width: 48em) {
	.attention__heading {
		font-size: 1.6rem;
		line-height: 1.5555555556;
	}
}
.attention__heading:before {
	position: absolute;
	left: -27px;
	top: 5px;
	width: 20px;
	height: 20px;
	content: '';
	background-image: url(/common/images/attention_icon_mark.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
@media (min-width: 48em) {
	.attention__heading:before {
		width: 23px;
		height: 23px;
		top: 2px;
		left: -32px;
	}
}
.attention__heading + .attention__text {
	margin-top: 10px;
}
@media (min-width: 48em) {
	.attention__heading + .attention__text {
		margin-top: 4px;
	}
}
