.container-gear { 
    position: relative; 
    width: 100%; 
    margin: 0 auto; 
    padding: 0;
  	margin-top: -100px;
}

.gear-hero {
  	height: 350px;
  	background: url(gear-hero.jpg); 
 	background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}

.gear-hero-text h1 {
  	position: relative;
	display: block;
	font-size: 70px;
    line-height: 60px;
  	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	text-align: center;
  	text-transform: uppercase;
  	letter-spacing: 0px;
    font-weight: medium;
  	padding-top: 160px;
    padding-left: 10px;
    padding-right: 10px;
} 

.gear-story-text h2 {
	position: relative;
	display: block;
	font-size: 40px;
    line-height: 42px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-align: center;
  	text-transform: none;
  	letter-spacing: 0px;
    font-weight: medium;
  	margin-top: 60px;
  	margin-bottom: 15px;
    padding: 0px 10px 0px 10px;
}

.gear-story-text p {
    width: 70%;
	position: relative;
	display: block;
	font-size: 20px;
  	line-height: 24px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	margin: 0 auto;
  	margin-top: 20px;
  	margin-bottom: 80px;
	text-align: center;
    font-weight: medium;
}

.gear-dividers {
	position: relative;
  	display: flex;
    align-items: center;
  	margin-left: auto;
    margin-right: auto;
    width: 190px;
}

.gear-dividers img {
	width: 40px;
  	margin: 0px 10px 0px 10px;
  	display: inline-block;
}

.gear-feature-divider {
	border: solid 1.5px;
    display: inline-block;
    width: 60px;
    text-align: left;
    color: #0054CF;
}

.gear-feature-divider-2 {
	border: solid 2px;
    display: block;
    width: 100px;
  	margin: 0 auto;
  	margin-top: 25px;
    color: #0054CF;
}

.viewall-button {
 	position: relative;
	margin: 0 auto;
	max-width: 1920px;
  	margin: 0px 8% 0px 8%;
  
  	margin-top: 50px;
  	margin-bottom: 10px;
    background-color: #0054CF;
  	border-radius: 4px;
    border: none;
    color: white;
    padding: 7px 30px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
  	letter-spacing: 0px;
  	text-transform: uppercase;
    text-align: center;
  	font-weight: 500;
    font-size: 18px;
}

.gear-section-1 {
  	/** background: url("featured-products2.jpg");
  	background-size: 100%;
  	background-position: 0% 35%; 
    background-repeat: no-repeat; **/
  	background-color: #eee; 
  	position: relative;
  	width: 100%;
	max-width: 1920px;
  	padding-top: 60px;
  	padding-bottom: 55px;
}

.gear-section-2 {
  	/** background: url("featured-products2.jpg");
  	background-size: 100%;
  	background-position: 0% 35%; 
    background-repeat: no-repeat; **/
  	background-color: #ddd; 
  	position: relative;
  	width: 100%;
	max-width: 1920px;
  	padding-top: 60px;
  	padding-bottom: 55px;
}

.gear-section-1 ul {
  	position: relative;
	margin: 0 auto;
	max-width: 1920px;
  	margin: 30px 8% 0px 8%;
  	text-align: center;
}

.gear-section-2 ul {
  	position: relative;
	margin: 0 auto;
	max-width: 1920px;
  	margin: 30px 8% 0px 8%;
  	text-align: center;
}

.gear-section-1 li {
  	position: relative;
	display: inline-block;
  	margin-right: 20px;
  	width: 22.5%;
    min-width: 230px;
}

.gear-section-2 li {
  	position: relative;
	display: inline-block;
  	margin-right: 20px;
    width: 22.5%;	
    min-width: 230px;
}

.gear-section-1 img {
  	width: 100%;
  	margin-bottom: 0px;
  	border: 5px solid white;
}

.gear-section-2 img {
  	width: 100%;
  	margin-bottom: 0px;
  	border: 5px solid white;
}

.gear-section-1 h2 {
    margin: 0 auto;
    width: 100%;
	font-size: 40px;
  	line-height: 42px;
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing: 0px;
	text-align: center;
    font-weight: medium;
  	text-transform: capitalize;
  	color: #000;
}

.gear-section-2 h2 {
    margin: 0 auto;
  	width: 100%;
	font-size: 40px;
  	line-height: 42px;
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing: 0px;
	text-align: center;
    font-weight: medium;
  	text-transform: capitalize;
  	color: #000;
}