.text-image-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text-image-block .top {
  width: 100%;
}
.text-image-block .top h2 {
  max-width: calc(50% - 10px);
}
.text-image-block .left,
.text-image-block .right {
  width: calc(50% - 10px) !important;
}

.text-image-block.small-left .left {
  width: calc(50% - 150px) !important;
}
.text-image-block.small-left .right {
  width: calc(50% + 100px) !important;
}

.text-image-block .left > p:last-of-type,
.text-image-block .right > p:last-of-type {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767.98px) {
  .text-image-block .left {
    padding-bottom: 15px;
  }
  .text-image-block .left,
  .text-image-block .right {
    width: 100% !important;
  }
  .text-image-block .top h2 {
    max-width: 100%;
  }
}
