.mission__banner {
  background-image: url(/static-assets/images/who-we-are/1-3_Mission-bg-min.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 185px;
  padding: 50px;
  background-position: center center;
  border-radius: 50px;
}

.mission__banner__text {
  color: var(--dark-blue);
}

.who-we-are .our-chosen-path {
  background-image: url(/static-assets/images/who-we-are/1-6_Our-Chosen-Path-photo-min.png);
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1440px) {
  .mission__banner {
    background-position: 20% center;
    background-size: cover;
    border-radius: 50px;
    padding: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .mission__banner {
    background-position: 10% center;
    background-size: cover;
    border-radius: 50px;
    padding: 25px;
  }
}