ul{
    list-style-type: none;
}
html {
  scroll-behavior: smooth;
}
body{
    margin: 0px;
    padding-bottom: 30px;
    width: 100%;
    min-height: 100vh;
    background-image: url("images/bgc.png");
    background-size: 100%;     
}

#jouw-auto-info {
  padding: 40px 0;
  background-color: transparent; 
  color: #fff;
}

#jouw-auto-info .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

#jouw-auto-info h2 {
  font-size: 2.5rem;
  color: #ff3c3c;
  margin-bottom: 60px;
}

#jouw-auto-info article h3 {
  font-size: 1.6rem;
  color: #ff3c3c;
  margin-top: 2rem;
  margin-bottom: 20px;
}

#jouw-auto-info p,
#jouw-auto-info ul,
#jouw-auto-info ol {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #fff;
}

#jouw-auto-info ul {
  padding-left: 1.5em;
  list-style: disc;
}

#jouw-auto-info ol {
  padding-left: 1.5em;
  list-style: decimal;
}

#jouw-auto-info strong {
  color: #fff;
}



.niet-stilstaan{
    display: flex;
    justify-content: space-between;
}

.niet-stilstaan .e2-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.onderborden{
    display: flex;
    justify-content: space-between;
}
.onderbord img{
    width: 250px;
}

.niet-parkeren{
    display: flex;
    justify-content: space-between;
}

.niet-parkeren .e1-bord{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.parkeerschijf{
    display: flex;
    justify-content: space-between;
}
.parkeerschijf .image img{
    width: 250px;
    height: 200px;
    margin-left: 50px;
}


.parkeerschijfgebied{
    display: flex;
    justify-content: space-between;
}
.parkeerschijfgebied .image img{
    width: 600px;
    height: 200px;
    margin-left: 50px;
    margin-top: 50px;
}

@media (max-width: 768px) {
  #jouw-auto-info {
    padding: 30px 15px;
  }

  #jouw-auto-info h2 {
    font-size: 2rem;
    text-align: center;
  }

  #jouw-auto-info article h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  #jouw-auto-info p,
  #jouw-auto-info ul,
  #jouw-auto-info ol {
    font-size: 1.05rem;
  }


  .niet-parkeren{
    display: block;
    }
    .niet-stilstaan{
        display: block;
    }
    .niet-parkeren .e1-bord{
    margin-top: 40px;
}
.niet-stilstaan .e2-img{
    margin-top: 40px;
}

.parkeerschijf{
    display: block;
}
.parkeerschijf .image img{
    width: 200px;
    margin-top: 30px
}
.parkeerschijf .image{
    display: flex;
    justify-content: center;
}

.onderborden{
    display: block;
}
.onderbord img{
    width: 300px;
}
.onderbord{
    display: flex;
    justify-content: center;
}

.parkeerschijfgebied{
    display: block;
}
.parkeerschijfgebied img{
    width: 200px;
    margin-top: 50px;
}
.parkeerschijfgebied .image{
    display: flex;
    justify-content: center;
}
}