<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#rb-leg-cont{
	width:85%;
	padding-top:5px;
	margin:auto;
}

.rb-leg-img{
	width:100%;
	padding-top:5%;
	margin:auto;
	text-align:center;
	float:left;
}

.rb-leg{
	width:100%;
	padding-top:5%;
	padding-bottom:10%;
	margin:auto;
	font-family:Nunito, sans-serif;
	font-size:16px;
	font-weight: 400;
	line-height:140%;
	color:#757575;
	float:left;
}


.rb-leg-title{
	font-family: Nunito, sans-serif;
	font-size: 19px;
	line-height: 120%;
	color: #E4BF62;
}

.rb-leg-title-2{
	font-family:Nunito, sans-serif;
	font-size:35px;
	color:#003763;
}

.rb-bld{
	font-family: Nunito, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E4BF62;
}

 
@media (min-width: 1200px) {   
   
	
	#rb-leg-cont{
	width:65%;
	padding-top:5px;
	margin:auto;
}
}
	
</pre></body></html>