.banner {
  width: 100%;
  height: 690px;
  background-image: url("/files/benefits-club-index.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 58px;
}

.banner > div {
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 81%;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 105px;
  transform: translateY(-50%);
  width: 700px;
}

.title {
  font-weight: 400;
  font-size: 70px;
  color: var(--main-color);
  margin: 0 auto 80px auto;
  width: fit-content;
}

.pages {
  max-width: 1037.48px;
  width: 60%;
  margin: 0 auto 69px auto;
}

.pages > a {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1.5191px solid #e4e4e4;
}

.pages > a:last-child {
  border-bottom: 1.5191px solid #e4e4e4;
}

.pages > a > div {
  font-weight: 500;
  font-size: 27px;
  color: #545454;
}
