.component.textimage {
  clear: both;
}
@media (min-width: 768px) {
  .component.textimage .textimage-left,
  .component.textimage .textimage-right {
    width: 45%;
  }
  .component.textimage .textimage-left img,
  .component.textimage .textimage-right img {
    margin-top: 8px;
  }
  .component.textimage .textimage-left {
    float: left;
    padding-right: 45px;
  }
  .component.textimage .textimage-right {
    float: right;
    padding-left: 45px;
  }
  .component.textimage.align-top .textimage-text {
    width: 100%;
  }
}
.aem-AuthorLayer-Edit .component.textimage:after {
  display: block;
  content: ".";
  height: 0;
  width: 0;
  clear: both;
}

