#product-list .col {
	padding-left: 30px;
	padding-right: 60px;
	/* padding-bottom: 0; */
	margin-bottom: 100px;
	border-left: 1px solid #AC2229;
	/* background-color: #ccc; */
}

#product-list h3 {
	font-size: 1.375rem;
	line-height: 1.5rem;
}

#product-list a {
	font-size: 1rem;
	line-height: 1.125rem;
}

#product-content h3 {
	margin-top: 80px;
	margin-bottom: 30px;
}

#product-content p {
	font-size: 1rem;
}

#product-content li {
	font-size: 1rem;
	margin-bottom: .5rem;
}

@media (min-width: 992px) { 
	#product-content #aside .row  {
		padding-left: 8.333%;
		border-left: 1px solid #AC2229;
	}
}



