.partner {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.partner .partner-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 30px;
}

.partner-list .partner-item {
  /* width: 6.25rem;
  aspect-ratio: 1/1; */
  margin: 10px 30px;
  /* border-radius: 50%; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-item img{
  width: 100%;
  height: 100%;
}