.InsuranceProviders { 
 background-color: white; 


}

.InsuranceProviders img{
width:200px;
height:auto;
}

.InsuranceProviders ul{
 float:left;  
 padding:10px;


 background-color: white;      
}
.InsuranceProviders li{
list-style: none;
float:left;
position:relative;
padding: 10px;
}

@charset "utf-8";
.textcontainer  {
	float: none;
	margin: 30px;
	position: relative;

}
.textcontainer .textbody {
	margin: 30px;
	clear: both;
	display: inline-block;
	opacity: 1;
	float: left;
	column-count: 2;
	column-gap: 2rem;

}

.textcontainer .textbody2 {
	clear: none;
	display: inline-block;
	opacity: 1;

}

.textcontainer .textbody h1 {
    font-size: x-large;
}

.textcontainer .textbody2 h1 {
    font-size: x-large;
}
.textcontainer .textbody p {
	font-size: large;
}
.textcontainer .textbody li {
	font-size: large;
}
.textcontainer .textbody2 li {
	font-size: larger;
	list-style-position: inside;
	padding-top: 13px;
	margin-top: 15px;
}
.textbody li  {
	font-size: small;
	text-align: justify;
}
.leftround {
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	text-align: left;
	display: inline-block;
	position: relative;
	margin: 10px;
	float: left;
	padding-right: 20px;
}