/* Abstand nach der technischen Anforderungen-Liste zum ersten Bild */
#endless-summer-research-technanforderungen-array + .artwork-image {
  margin-top: 36px !important;
}
.green-bullet-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}
.green-bullet-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 2px;
  font-size: 1em;
  line-height: 1.3;
}
.green-bullet-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: #2d5016;
  border-radius: 50%;
  display: inline-block;
}
