.z-index-up {
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.block--cards {
  position: relative;
}
.block--cards .col-md-6:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .block--cards .col-md-6:nth-last-child(2) {
    margin-bottom: 0 !important;
  }
}
.block--cards .card {
  display: flex;
  flex-flow: column;
}
.block--cards .card__image {
  width: 100%;
  height: auto;
}
.block--cards .card__body {
  background-color: #f0f0f0;
  padding: 20px;
  flex: 1 1 auto;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .block--cards .card__body {
    padding: 48px;
  }
}
