
.service-img {
	width: 50%;
	margin: 1rem 25%;
}
.text-style {
	font-size: 1.2em;
	font-weight: 500;
}
.text-style2 {
	font-size: 1.5em;
	font-weight: 550;
}
.text-style3 {
	font-size: 1.2em;
	font-weight: 450;
}
ul li {
	list-style-type: none;
	font-style: italic;
}
ul li::before {
	content: "\2022";
	color: #860b0b;
	font-weight: 900;
	
	width: 1em;
	margin-left: -1em;
}
.container_consent_banner {
	display: block;
	width: 100%;
	height: 10vh;
	padding: 5% 0;
	/*position: absolute;
	top: 0;
	left: 0;*/
	background-color: gray;
	border: 2px solid red;
	/*position: relative;
	top: -25%;
	left: 0;
	z-index: 3;*/
	float: left;
	overflow: visible;

}
/*.container_consent_banner div {
	
	width: 100%;
	height: auto;
	margin: 0 10%;
	padding: 5% 10%;
	
	

	
}
*/