.elmt-content {
	background-color: #35373f;
}

.elmt-content h1, .elmt-content h2 {
	margin: 60px 0;
	color: #fff;
	font-weight: 100;
	font-size: 2em;
}

.elmt-content p {
	color: #bfc0c1;
	font-size: 0.875em;
	line-height: 1.8em;
}

.elmt-content h2.warranty {
	position: relative;
	padding-left: 86px;
}

.elmt-content h2.warranty .label {
	position: absolute;
	top: -20px;
	left: 5px;
	background-image: url('/images/warranty.svg');
	background-repeat: no-repeat;
	background-size: 68px;
	-webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    -o-transform: rotate(24deg);
    transform: rotate(24deg);
    width: 70px;
    height: 70px;
}