.about-us-hero-text {
	width: 790px !important;
}

.innovation-row {
	background: #eaeaea;
}
@media (max-width: 1024px) {
  .about-us-hero-text {
    width: 90% !important;
  }
	.aboutus-three-col {
		display:block !important;
	}
	.aboutus-three-col .large-4{
		width:100% !important;
	}
	.large-4 {
    flex-basis: 100%;
    max-width: 100% !important;
  }
}

@media screen and (min-width: 850px) {
  .large-4 {
    flex-basis: 33.3333333333%;
    max-width: 100% !important;
  }
}