.featuredproducts .titlewrap {
	display: table;
	width: 100%;
}

.featuredproducts .titlewrap .col {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-bottom: 28px;
}

.featuredproducts .titlewrap .col .wrapper h2 {
	display: inline-block;
	padding-right: 80px;
	color: #2e5241;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom: solid 2px #abc44A;
}

.featuredproducts .titlewrap .col .wrapper h2 em {
	font-weight: 700;
	font-style: italic;
}

.featuredproducts .titlewrap .col.col2 {
	text-align: right;
	padding-left: 40px;
}

@media only screen and (max-width: 768px) {
	.featuredproducts .titlewrap {
		display: block;
	}
	
	.featuredproducts .titlewrap .col {
		display: block;
	}
	.featuredproducts .titlewrap .col.col2 {
		display: none;
	}
}

@media only screen and (max-width: 520px) {

	.featuredproducts .titlewrap .col .wrapper h2 {
		padding-right: 60px;
		background-position: right top;
		background-size: 41px 30px;
		font-size: 18px;
		line-height: 24px;
		padding-top: 4px;
		padding-bottom: 6px;
		border-bottom: solid 2px #2e5241;
		display: block;
	}
}