@media screen and (min-width: 1500px){
	.banerBlock{
		min-height: 560px;
	}
}
@media screen and (min-width: 2100px){
	.container-fluid{
		max-width: 2000px;
	}
}
@media screen and (max-width: 1300px){

	body,html{
		font-size: 15px;
	}
}
@media screen and (max-width: 1100px){

	body,html{
		font-size: 14px;
	}
	.scoresBlock .chartBlock>img{
		width: 120px;
		margin: auto;
		height: auto;
	}
	.banerBlock{
		background-image: url(../img/mobBaner.gif);
		padding-top: 45px;
		padding-bottom: 50px;
	}
	.featuresBlock{
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.featuresTitle h2{
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.innerFeature h4{
		font-size: 20px;
	}
	.innerFeature .iconCont img {
	    max-width: 20%;
	}

}
@media screen and (max-width: 768px){
	.scoresBlock>.row{
		flex-direction: column-reverse;

	}
	.scoresBlock .logoChartContainer{
		margin: 10 auto 20px;
	}
	.scoresBlock h4{
		margin-top: 30px;
	}

	.featuresTitle h2{
		margin-bottom: 30px;
		margin-top: 30px
		font-size:32px;
	}
	.featuresBlock .col-6{
		margin-bottom: 20px;
	}
	.innerFeature{
		padding-bottom: 20px;
	}
	.innerFeature.ml-md-auto{
	 	margin:auto!important;
	 }
	.creditScoreBlock img{
		margin-bottom: 50px;

	}
}
@media screen and (max-width: 600px){
	.footerBlock li:first-child a {
	    margin-right: 20px;
	    padding-right: 20px;
	}
	.XXlargeText{
		font-size: 3rem;
	}
	.buttonPrimary{
		margin:auto;
	}
}