@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: Roboto, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	color: #757575;
	float: left;
}


.rb-leg-title{
	font-family: Roboto, sans-serif;
	font-size: 20px;
	line-height: 110%;
	color: #565656;
}

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

.rb-bld{
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #565656;
}

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