.hero-banner {
  background: url("../../../../assets/images/microsite/ovavirtual/about-banner.png")
    center / cover no-repeat;
}

/* Meet Our Internal Business Process Team */
section.team {
  background: #232c33;
}

section.team * {
  color: #fff;
}
section.team .heading {
  max-width: 1098px;
  margin: 0 auto;
  text-align: center;
}

section.team .row-content {
  align-items: start;
  text-align: left;
}

section.team ul li {
  list-style: disc;
  font-size: 22px;
}

/* Honors that Define Us */
section.honors {
  background: #f9f9f9;
}

section.honors .heading {
  max-width: 1386px;
  margin: 0 auto;
  text-align: center;
}
section.honors .heading h2 {
  margin-bottom: 16px;
}

/* Footer CTA */
section.footer-cta {
  background: url("../../../../assets/images/microsite/ovavirtual/about-footer.png")
    center / cover no-repeat;
}
