
.box-outro {
	background-color: #ece8e7;
	xbackground-color: linear-gradient(180deg, rgba(237,233,233,1) 0%, rgba(226,223,223,1) 100%);
	color: #112630;
	
}

.box-outro h1 {
	color: #112630;
}

.box-outro .button {
	background-color: #1074BC;
	border-radius: 5px;
}

@media (min-width: 992px) {

	.box-outro {
		background-image: url('../images/outro.jpg');
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 45%;
	}

	.box-outro > .inner > div {
		padding-left: 35%;
	}

}


@media (min-width: 1200px) {

	.box-outro {
		background-image: url('../images/outro.jpg');
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 45%;
	}

	.box-outro > .inner > div {
		padding-left: 35%;
	}

}

@media (min-width: 1670px) {

	.box-outro {
		background-image: url('../images/outro.jpg');
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 55%;
	}

	.box-outro > .inner {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.box-outro > .inner > div {
		padding-left: 40%;
	}

}












