.oc-single *{
	box-sizing: border-box;
	
}

.oc-single .oc-item{
	max-width: 500px;
}

.oc-single .oc-item-inner{
	padding: 2em 1em;
	text-align: center;
	background: #f4f4f4;
	margin-bottom: 2em;
}
.oc-single .oc-title{
	margin-top:0;
	color: #d00;
}