@media (min-width: 992px) {
  .teasermulti.-partner .container-module .row:first-of-type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.teasermulti.-partner .container-module .row:first-of-type article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teasermulti .be-imageFigure,
.teasermulti .be-figureIcon {
  margin-bottom: 30px;
}

.teasermulti .be-imageFigure + *,
.teasermulti .be-figureIcon + * {
  margin-top: 0;
}

.teasermulti p {
  margin-bottom: 0;
}

.teasermulti h3 + p,
.teasermulti h3 + ul {
  margin-top: 20px;
}

.teasermulti .btn {
  width: 100%;
}

.teasermulti .btn-link {
  margin-top: 30px;
}

.teasermulti article > div {
  width: 100%;
}

.teasermulti article > *:not(.be-imageFigure):not(.be-figureIcon) {
  margin-top: 20px;
}

.teasermulti article > *:not(.be-imageFigure):not(.be-figureIcon):first-child {
  margin-top: 0;
}

.teasermulti.-partner .be-imageFigure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.teasermulti.-partner .be-imageFigure img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .teasermulti.-partner .be-imageFigure img {
    width: 100%;
  }
}

