/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Span (#2) bold **/
.elementor-widget-container > div:nth-of-type(1) > div:nth-of-type(1) > span:nth-of-type(2) > b {
	
}

/** General >> Paragraph (#1) bold **/
.elementor-element-4b79757a > div:nth-of-type(1) > p:nth-of-type(1) > b {
	font-family: sans-serif !important;
	color: rgb(22, 90, 150) !important;
	font-size: 16px !important;
	line-height: 26 px !important;
	font-weight: 500 !important;
}

/** General >> Elementor element 4b79757a paragraph (#2) **/
.elementor-element-4b79757a p:nth-of-type(2) {
	font-family: sans-serif !important;
	color: rgb(22, 90, 150) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

/** General >> Elementor element 4b79757a paragraph (#1) **/
.elementor-element-4b79757a p:nth-of-type(1) {
	line-height: 1.5 !important;
	font-weight: 700 !important;
	font-style: normal !important;
	font-variant: normal !important;
}

/** General >> Link (#1) span **/
p > a:nth-of-type(1) > span {
	color: rgb(150, 82, 22) !important;
}

/** General >> Link (#2) span **/
p > a:nth-of-type(2) > span {
	color: rgb(150, 82, 22) !important;
}

/** General >> P1 bold **/
.p1 b {
	color: rgb(22, 90, 150) !important;
	line-height: 26 px !important;
	font-weight: 500 !important;
}

/** General >> P2 bold **/
.p2 b {
	font-weight: 500 !important;
}

