.module__image {
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .module__image.margin-top-large {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .module__image.margin-top-bottom {
    margin-bottom: 30px;
  }
}
.module__image > div {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .module__image > div {
    margin: auto;
    width: 70%;
  }
}
.module__image > div:last-child {
  position: absolute;
  bottom: -45px;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .module__image > div:last-child {
    bottom: 25px;
    max-width: 350px;
  }
}