.solution_provider {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-provider-wrapper {
  flex: 1;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.solution-provider-image {
  flex: 1;
  top: 0 !important;
  right: 0 !important;
  position: initial;
}

.container-wrap {
  display: flex;
  flex-direction: row;
  width: 100vw;
  margin: 0;
}

.container-text-wrap {
  flex: 2;
  max-width: 60%;
  word-wrap: break-word;
  padding: 15vh 50px 15vh 100px;
}

.video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.mobile-nav-logo {
  padding-bottom: 60px;
}

.pitch-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.list-items-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.production-list-items {
  margin-left: -25vw;
  margin-top: 10vh;
}
