.what-we-do .row {
	align-items: center;
}
.what-we-do > div:not(:last-child) {
  margin-bottom: 60px;
}
.what-we-do-img {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.what-we-do-img img {
	margin-right: 43px;
	margin-bottom: 10px;
	max-height: 70px;
	max-width: 160px;
  object-fit: contain;
}
.what-we-do-img img:last-child {
	margin-right: 0;
}
.what-we-do-media img {
	width: 100%;
}
.what-we-do-left {
	padding-right: 9%;
}

/* Responsive */
@media only screen and (max-width: 1350px) {
	.what-we-do-left {
		padding-right: 12px;
	}
}
@media only screen and (max-width: 991px) {
	.what-we-do .what-we-do-right {
		order: 1;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.what-we-do .what-we-do-left {
		order: 2;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.what-we-do > div:not(:last-child) {
	  margin-bottom: 20px;
	}
}
@media only screen and (max-width: 768px) {	
	.what-we-do-img img {
		margin-right: 40px;
		height: 40px;
	}
}

