/*.container-fluid.greyBG.custom_background_row{
	background: url(../img/bg_why.png) top left no-repeat #f5f5f5;
    background-size: cover;
}*/
@media (min-width: 769px) {
	.container-fluid.greyBG:nth-child(6) {
		background-image: url(../img/bg_why.png);
		background-position: top left;
		background-size: cover;
		background-repeat: no-repeat;
		margin-bottom: 50px;
	}
}