/*! Place your custom styles here */

@media all and (max-width: 991px) {
	.label {padding: 2px 10px;}
	.feature-5 .feature__body {width: 70%;}
	.icon {font-size: 2.5em;}
	.bar.bg--dark {background: transparent; position: absolute; z-index: 999;}
}

@media all and (max-width: 767px) {
	.feature-5 i {width: 16%;}
	.feature-5 .feature__body {width: 84%;}
	.icon {font-size: 3.14285714em;}
}