section#terms {
  background-color: #1b31b2;
  height: 40px;
  color: #ffcd00;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#terms .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
}
section#terms .banner-content a {
  text-decoration: underline;
  color: #ffcd00;
}

section#terms-content h2 {
  font-family: "Helvetica, sans-serif";
  font-size: 32px;
  font-weight: 500;
  height: 38.3949px;
  line-height: 38.4px;
}
section#terms-content .vluxe_terms_text {
  font-family: "Helvetica, sans-serif";
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
section#terms-content {
  padding: 60px 0;
}
section#terms-content p {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 25px;
}
section#terms-content h1 {
  font-size: 30px;
}
section#terms-content h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 15px;
}
section#terms-content ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 25px;
}
section#terms-content ul li {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 25px;
}