.content-home-title .text{
	font-weight:900;
	color:#000;
	font-size:38px;
	line-height: 45px;
	margin-bottom: 25px;
}
.content-home-subtitle{
	text-align:center;	
	margin-bottom:160px;
}
	.content-home-subtitle .text{
		font-weight:200;
		color:#000;
		font-size:24px;
		line-height:31px;
	}
		.content-home-subtitle .text .strong{
			font-weight:900;
		}
	.content-home-subtitle hr{
		width:10%;
		border-top: 12px solid #ffdb0a;
		margin-top:40px;
		margin-bottom:40px;
	}
	.content-home-subtitle a{
		color:#000;
		background-color:#ffdb0a;
		font-weight:700;
		font-size:18px;
		line-height:25px;
		padding: 10px 25px;
		z-index:9999;
		position:absolute;
		left:50%;
		transform:translateX(-50%);
	}
#financial-info{
	position:relative;
	max-width:1920px;
	margin:auto;
	background-color:#cecece;
}
	#financial-info .row{
		margin-bottom:210px;
	}	
	.content-financial-info{
		padding-top:50px;
		padding-bottom:50px;
		padding-left:30px
	}
		.content-financial-info .text{
			font-size:16px;
		}
	.content-image{
		position:absolute;
		bottom:0;
		right:0px;
		padding:0;
	}
		.content-image img{
			max-width:70%;
			margin-right:0;
		}
#content-photo{
	margin-top:-300px;
}	
@media(min-width:1400px) AND (max-width:1600px){
	.content-financial-info{
		padding-top:25px;
		padding-bottom:25px;
	}
	.content-image img{
		max-width:65%
	}
}
@media(min-width:1200px) AND (max-width:1399px){
	.content-financial-info{
		padding-top:25px;
		padding-bottom:25px;
	}
	.content-image{
		bottom:auto;
		top:-60%;
	}
		.content-image img{
			max-width:60%
		}
	#financial-info .row{
		margin-bottom:150px;
	}
}
@media(max-width:1199px){
	.content-financial-info{
		margin-left:25%;
	}
	.content-image{
		display:none;
	}
}
@media(max-width:991px){
	.content-home-title .text{
		font-size:32px; 
		line-height: 40px;
	}
	.content-home-subtitle .text{
		font-size:20px;
		line-height:28px;
	}
	#financial-info .row{
		margin-bottom:0px
	}
}
@media(max-width:767px){
	.content-financial-info{
		margin-left:auto;
		padding-left:15px;
		padding-righ:15px;
	}
}

