.sectionJoinBDCC {
 padding: 50px 0;
}

/* IMPORTANT NOTICE */

.section.sePageSection.sePageSectionResponsive.importantNotice {
 padding: 25px;
}

.imageCenterMobile {

	width: 50%;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 992px) {
	.imageCenterMobile {
		width: 100%;
	}
}