.unterstuetzer_container {
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: #F8F8F8;
  padding: 30px 15px 40px 15px;
}

.unterstuetzer_headline {
  text-align: center;
  margin-top: 20px !important;
}


.unterstuetzer_content_container {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 10% 9% 13% 17% 16%;
  justify-content: space-around;
  align-items: center;
}

.unterstuetzer_img {
  display: table-cell;
  vertical-align: middle;
}

.unterstuetzer_content_container img {
  max-height: 120px;
  margin: auto;
  display: block;
}

.unterstuetzer_figure {
  display: table;
  height: 140px;
  min-width: 150px;
}

.unterstuetzer_icon_more {
  display: table-caption;
  caption-side: bottom;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Space Grotesk';
  font-weight: 700;
  color: #3f54c1;
  opacity: 1;
  margin-top: 15px;
}

@media (max-width:895px) {
  .unterstuetzer_content_container {
    grid-template-columns: 100%;
    justify-items: center;
    grid-row-gap: 60px;
  }

  .unterstuetzer_figure {
    height: unset;
  }

  .unterstuetzer_container {
    margin-bottom: 45px;
    padding: 30px 15px 60px 15px;
  }
}
