.supplier-page-heading {
    text-align: center;
    padding: 50px 0;
}
.supplier-page-heading h1{
	color: #fff;
	letter-spacing: 0;
	font-size: 2em;
}
.sp-item:after,
.sp-item:before{
	content: '';
	clear: both;
	display: block;
}
.title.sps-title {
    text-align: center;
}
.title.sps-title h2 {
    letter-spacing: 0;
    border-bottom: 1px solid #dd9933;
    display: inline-block;
    padding: 20px 30px;
}
.sp-item {
    margin-bottom: 30px;
}
.sp-item:last-child{
    margin-bottom: 0px;
}
.sp-item-desc {
    padding-left: 50px;
    padding-top: 15px;
}	
.sp-item-desc h2 {
    margin-bottom: 20px;
    font-family: 'open_sanssemibold';
    letter-spacing: 0;
    font-size: 1.4em;
    color: #444444;
}
.sp-item-desc p{
	margin-bottom: 20px;
}
