.team-banner {
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.team-banner__logo {
  max-height: var(--logo-height);
}
@media (max-width: 1024px) {
  .team-banner__logo {
    margin-left: 2.5rem;
  }
}