#lysvrd {
  list-style: none;
}
.niebullets {
  list-style: none;
}
/* Selfoon skerms */
@media (max-width: 992px) {
  #handelsmerke {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-inline: 0.5rem;
  }
  .ikone {
    object-fit: cover;
    vertical-align: bottom;
    height: 10vh;
    padding: 1vw;
    margin: 2vw;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0 1rem 0 1rem;
    background-color: rgb(255, 255, 255);
  }
  h1 {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
}
/* Rekenaar skerms */
@media (min-width: 992px) {
  #handelsmerke {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0;
    margin-inline: 1rem;
  }
  .ikone {
    object-fit: cover;
    vertical-align: bottom;
    height: 6rem;
    padding: 1vw;
    margin: 2vw;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 0 1rem 0 1rem;
    background-color: rgb(255, 255, 255);
  }
  h1 {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
}

