.billede-boks {
    display: flex;
    margin-right: 10px;
    flex-wrap: wrap; 
    margin: auto;
    margin-left: 10px;
}

.dso-billeder {
    height: 300px;
    width: 150px;
    object-fit: cover; 
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
}

ul {
    padding-left: 20px;
    width: 70%;
  }
  li {
    margin-bottom: 10px;
  }