
/************** mobile mode **************/
@media screen and (max-width:767px) {
	.sensor_type.span-3 {
		grid-column: span 6;
		padding: 15px 10px;
	}
	.sensor_type > img {
		margin-bottom: 15px;
	}
	.sensor_type > h3 {
		font-size: 14px;
	}
}