.bottom-footer{
	background: url($img_dir + "veteran-2.jpg") no-repeat right center;
	background-size: auto 100%;
	@include br1{
		background-position: 90px center;
	}
	@include br2{
		background-position: center top;
		background-size: 100% auto;
		padding: 50% 0 0;
	}
	.bottom-block{
		width: 65%;
		padding: 5rem 2rem;
		color: #fff;
		background: linear-gradient(to right, $orange 0%, $orange 70% ,rgba($orange, .7) 80%, rgba($red, .7) 100%);
		@include br2{
			width: 100%;
			background: linear-gradient(to top, $orange 0%, $orange 70% ,rgba($orange, .7) 80%, rgba($red, .7) 100%);
		}
		.content{
			max-width: 385px;
			margin: 0 auto;
			@include br2{
				max-width: 500px;
			}
		}
		a{
			color: #fff;
			&:hover{
				text-decoration: underline;
			}
		}
		.big{
			font: 7rem/1 $K;
			color: $orange;
			font-weight: 600;
			@include br2{
				text-align: center;
			}
			@include br3{
				font-size: 6rem;
			}
			div{
				margin: 5px 0;
				display: inline-block;
				padding: 5px 20px 0;
				background: #fff;
			}
		}

	}
}