@charset "utf-8";

.section-mb{
	margin-bottom: 20px;
}

@media print,screen and (min-width: 768px) {
	.section-mb{
		margin-bottom: 30px;
	}
}