.page-template-sponsored-forums-overview #primary.content-area{
	background: rgba(220,64,126,.12);
	padding: 1em;
}

.page-template-sponsored-forums-overview #primary.content-area .site-main{
	margin:1em auto;
	display:block;
	width: 95%;
	max-width: 1080px;
}

.page-template-sponsored-forums-overview .overview_single_forum{
	margin: 1em auto;
	background: #fff;
	border-radius:25px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	text-align: center;
	padding: 1em;
}

.page-template-sponsored-forums-overview .overview_single_forum h2{
	font-size: 30px;
	font-weight: 500;
}

.page-template-sponsored-forums-overview .overview_single_forum .label{
	font-weight: 500;
}

.page-template-sponsored-forums-overview .overview_single_forum .sponsored {
	color:red;
}