  .material-description {
padding-bottom:50px !important;
}
.anbefalingskomponent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; 
  /*max-height: 500px; 
  min-width: 360px;*/
  overflow: hidden; 
  width: 100%;
  padding: 0px 300px 1px 0px;
margin: 0px 0px 0px 133px;
}
.anbefalingskomponent a {
  border: 1px solid #d4d4d8;
  height: 250px;
  width: 180px;
  margin: 0 -1px -1px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anbefalingskomponent a img {
  max-height: 200px;
  max-width: 160px;
  outline: 0.5px solid white;
  opacity: 1;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.3);
}
.material-page{
padding-bottom:50px !important;
}
.h2-Bibspire{
margin-bottom: 3px;padding-left:133px;
}
@media only screen and (max-width: 600px) {
.anbefalingskomponent{
overflow: visible; 
} 
 .h2-Bibspire{
margin-bottom: 3px;padding-left:0px;
}
 .anbefalingskomponent {
    padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
  }
}