td.left_side {
  vertical-align: top;
}

p {
  vertical-align: middle; 
  text-align: justify;
}

.section h4, h3, h2 {
  padding-top: 65px !important;
  margin-top: -50px !important;
}

@media all and (min-width: 768px) {
  td.left_side {
    padding-right: 100px;
  }
  td.right_side {
    width: 270px; 
    text-align: right; 
    vertical-align: top;
  }
  
  img.portret_naast {
    height: 320px;
  }
  
  img.portret_onder {
    height: 1px;
    display: none;
  }
}

@media all and (max-width: 767px) {
  td.left_side {
    padding-right: 0px;
  }
  td.right_side {
    width: 1px; 
    text-align: right; 
    vertical-align: top;
  }
  td.portrait_left {
    text-align: center;
  }
  img.portret_naast {
    height: 1px;
    display: none;
  }
  
  img.portret_onder {
    height: 320px;
  }
}

p.opdracht {
  /* margin-left:10%;
  margin-right:10%; */
  margin-top:20px;
  margin-bottom:20px;
  padding: 10px;
  font-style: italic;
  border-style: dashed;
  border-width: 2px;
  border-color: blue;
  border-radius: 10px;
}
