
.products {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
}

.products p {
	padding: 10px 0;
}

.products h3 {
  line-height: 70px;
	color: #b33101;
  font: 600 35px Barlow Condensed,sans-serif;
    line-height: 50px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.products a {
	color: #b33101;
}
.products .more {
	font-size: 20px;
}


.custom {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
}

.custom p {
	padding: 10px 0;
}

.custom h3 {
	color: #b33101;
  font: 600 45px Barlow Condensed,sans-serif;
    line-height: 45px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}


