
span.insights > a {
	text-decoration: none;
	font-size: 0.8rem;
	color: white;
	font-weight: bold;
}

/**umb_name:Heading 1*/
h1 {
	font-size: calc(1.375rem + 1.5vw);
}

/**umb_name:Heading 2*/
h2 {
	font-size: calc(1.325rem + 0.9vw);
	padding: 3.2rem 0 1.2rem 0;
}

/**umb_name:Heading 3*/
h3 {
	font-size: calc(1.3rem + 0.6vw);
	padding: 1rem 0 1.2rem 0;
	font-weight: 300;
}

/**umb_name:Heading 4*/
h4 {
	font-size: calc(1.275rem + 0.3vw);
}

/**umb_name:Body*/
body {
	font-size: initial;
}

/**umb_name:Insights*/
.insights {
	color: #fff important!;
	background-color: #01a1b1;
	border: 1px solid #01a1b1;
	padding: 4px 14px;
	border-radius: 18px;
	font-family: Roboto;
	width: max-content;
	display: flex;
}

/**umb_name:Article-quote*/
.article-quote {
	border-left: solid 4px red;
	padding-left: 1.6rem;
	font-weight: bold;
	display: block;
}

/**umb_name:Article Image*/
.article-Image img {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 18rem;
	display: block;
	object-fit: cover;
}

/**umb_name:Bold-green*/
.bu {
	font-weight: bold;
	color: green;
}
