.smalldonationteaser_container {
    max-width: 832px;
    margin: 70px auto; /*38px;*/
    padding: 0 15px;
    display: block;
    text-align: center;
}

.smalldonationteaser_headline {
  color: var(--linie-1-new-light-orange, #EC6911);
  font-family: 'marselis';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 35.2px */
  margin-bottom: 32px;
}

.smalldonationteaser_content_container {
  display: inline-grid;
  grid-template-columns: 389px auto;
  /* gap: 24px; */
  justify-content: center;
  align-items: center;
}

.smalldonationteaser_image {
  width: 100%;
  height: 256px;
}

.smalldonationteaser_left {
}

.smalldonationteaser_right {
  text-align: left;
  margin-left: -40px;
  background: #FFF1E9;
  padding: 24px;
}

.smalldonationteaser_button {
  padding: 9px 24px 10px 24px;
  background-color: #ec6911;
  border-radius: 8px;
  color: #fff !important;
  font-family: 'marselis';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  display: inline-block;
}

@media (max-width:720px) {
  .smalldonationteaser_container {
    max-width: 100%;
    margin: 45px 0;
    padding: 0;
    text-align: left;
  }

  .smalldonationteaser_content_container {
    display: block;
  }

  .smalldonationteaser_image {
    height: 226px;
  }

  .smalldonationteaser_right {
    margin: -40px 15px 0;
    padding: 24px 24px 32px;
  }

  .smalldonationteaser_headline {
    font-size: 25px;
  }
}
