section.gear {
	display: block;
	max-width: 600px;
	margin:40px auto;
}

section.gear post {
	background: #FFF;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	display: block;
}

section.gear post:last-child {
	margin-bottom:0px;
}

section.gear a {
	display: block;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	height: 100px;
}

section.gear a:after {
	clear: both;
	content: "";
	display: block;
}

section.gear a:last-child {
	border-bottom: none;
}

section.gear h1 {
	font-size:24px;
	color: #999;
	margin-bottom: 5px;
}

section.gear p{
	font-size: 14px;
	color: #999;
	line-height: 1.3;
	margin-bottom: 20px;
}

section.gear post gear-icon {
	display: block;
	width: 80px;
	height: 80px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin: 10px;
	margin-right: 20px;
}

section.gear post h2 {
	display: block;
	background: #0b97cc;
	color: #FFF;
	padding: 20px;
}

section.gear post a:hover h3 {
	color: #0b97cc;
}

section.gear post h3 {
	color: #000;
	font-size: 20px;
	line-height: 1.3;
	padding-top: 27px;
	font-weight: normal;
	width: calc(100% - 110px);
	float: right;
}

section.gear post h3 strong {
	font-weight: bold;
}

section.gear post h4 {
	color: #999;
	font-weight: normal;
	line-height: 1.3;
	padding-bottom: 20px;
	width: calc(100% - 110px);
	float: right;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	section.gear h1, section.gear p {
		padding-left: 20px;
	}

	section.gear {
		margin-top:20px;
	}

	section.gear post {
		border-radius: 0px;
		box-shadow: none;
		margin-bottom: 0px;
	}	

	section.gear a {
		height: auto;
	}
}