.Ondertekst
{
  border-radius: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 20px 5vw;
  margin: 0 auto;
  margin-top: 100px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  background: linear-gradient(to right, #ffa679, #ff5e62);
  width: 90%;
  gap: 16px 24px;
  max-width: 1200px;
}
.Ondertekst li
{
  margin-left: 40px;
}
.Ondertekst ul
{
  list-style: none;
  color: black;
  font-size: 20px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;  
  justify-content: center;
  justify-items: center;
  text-align: center;
  gap: 10px;
  
}

.Ondertekst a
{
  color: inherit;
  padding-right: 40px;
  text-decoration: none;
  
}

@media (max-width: 650px) {
  .Ondertekst {
    text-align: center;
    justify-content: center;
    grid-template-columns: repeat(1, 1fr);
    width: 90%;
    margin-top: 40px;
  }
}

.Ondertekst a:hover
{
  color: white;
}

.Ondertekst b
{
  color: black;
  font-size: 20px;
  margin: 0px;  
}

.KleineLetters
{
  text-align: center;
  margin: 20px;
  font-size: 20px;
  padding: 10px 5vw;
  opacity: .8;
}

@media (max-width: 650px) {
  .KleineLetters {
    font-size: 14px;
    text-align: center;
    margin: 10px;
  }
}

@media (max-width: 600px) {
  .Ondertekst { gap: 12px 16px; }
}