.card-who-we-help__wrapper {
	&:nth-child(even) {
		.div-who-we-help {
			flex-direction: column-reverse;
		
			@media (max-width: 478px) {
				flex-direction: inherit;
			}
		}
	}
}