#right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#right h1 {
  font-size: 2.5rem;
  color: red;
}

#right .partner__list {
  width: 100%;
  margin-left: 4rem;
  margin-top: 2rem;
  font-size: 1.5rem;
  background-color: transparent;
}
