

/**umb_name:Heading 2*/
h2 {
	font-size: 18px !important;
	line-height: 45px !important;
	font-weight: 500 !important;
	color: #000 !important;
}

/**umb_name:Heading 3*/
h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #000;
	margin-top: -1px;
	margin-bottom: 10px;
	-webkit-transition: .4s;
	transition: .4s;
}

/**umb_name:Heading 4*/
h4 {
	font-size: 18px;
	line-height: 100%;
	font-weight: 600;
	color: #000;
	margin-top: -2px;
	margin-bottom: 18px;
}
