.header-cgu {
  background-image: url(../media/cgu-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10vh;
}

#cgu-container {
  display: flex;
  flex-direction: column;
  width: 84vw;
  margin-right: 8vw;
  margin-left: 8vw;
  margin-bottom: 5vh;
}

.title {
  margin-top: 5vh;
  text-transform: uppercase;
  color: #BFCA30;
  font-size: calc(1vw + 1vh + 3vmin);
  font-weight: 500;
}

.text {
  margin-top: 1vh;
  color: #D9D9D9;
  font-size: calc(1vw + 1vh + 1.2vmin);
}

.text span {
  margin-top: 1.5vh;
  display: table;
}

#cgu-container li {
  list-style-image: url(../media/bulletstylesmall.png);
  color: #D9D9D9;
  margin-bottom: 2vh;
  padding-left: 10px;
  font-size: calc(1vw + 1vh + 1.2vmin);
}

#cgu-container ul {
  margin-left: -20px;
}

@media (min-width: 1080px) {
  .text {
  font-size: 25px;
}
  #cgu-container li {
    font-size: 25px;
  }
}
