@charset "utf-8";
/* CSS Document */

#customers {
    margin-top:75px;
    }
#customers .contenedor {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	}

#customers .contenedor .titulo {
	width:100%;
	margin-bottom:20px;
	}

#customers .contenedor .logo-cliente {
	width:307px;
	margin-bottom:40px;
	text-align:center;
	}