.promo-teaser-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:  wrap;
      flex-wrap:  wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 40px 0;
  margin: 0 -10px;
}
.promo-teaser {
  background-color: #fff;
  max-width: 580px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 365px;
          flex: 1 1 365px;
  position: relative;
  margin: 10px;
}
.promo-teaser__img {
  height: 100px;

  overflow: hidden;
  background-color: var(--dark-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promo-teaser__img img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-teaser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  height: calc(100% - 100px);
}
.promo-teaser__text {
  font: 400 1.6rem/2.2rem 'SourceSansPro';
  margin: 10px 0 40px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.main-btn--promo-teaser {
  -ms-flex-item-align: center;
      align-self: center;
}
.promo-teaser-wrap + .index-recommend-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 768px) {
  _:-ms-fullscreen, :root .promo-teaser {
    max-width: 100%;
  }
}
