@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

/**umb_name:Header*/
.column-title {
	background-color: rgba(255, 255, 255, 0);
	box-sizing: border-box;
	font-family: 'DM Sans';
	font-weight: 700;
	color: #000000;
	text-align: left;
	line-height: normal;
	font-size:32px;
}

/**umb_name:Section header*/
.section-header {
	font-family: 'DM Sans';
	font-weight: 500;
	color: #000000;
	text-align: left;
	line-height: 48px;
}
