

/**umb_name:Underrubrik*/
.text-block__content h2 {
	font-size: 1.5rem;
	color: rgb(0, 113, 185);
	/*font-weight: bold;*/
	margin: 0.5rem 0;
}

/**umb_name:Rubrik 3*/
.text-block__content h3 {
	font-size: 1rem;
	/*font-weight: bold;*/
	margin: 0.5rem 0;
	/*color: #222;*/
    color: rgb(0, 113, 185);
}

/**umb_name:Brödtext*/
.text-block__content p {
	font-size: 1rem;
	line-height: 1.4;
	margin: 0.5rem 0;
	color: #222;
}
