.s-loanlogolist {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 1rem;
  justify-content: center;
}

.s-loanlogolist li img {
  max-height: 24px;
}

@media only screen and (min-width: 1080px) {
  .s-loanlogolist {
    gap: 3rem 6rem;
  }

  .s-loanlogolist li img {
    max-height: 40px;
  }
}

.s-autoloan_flow {
  text-align: center;
  background: #fff;
  padding: 3.2rem;
}
