HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/slenders/slenders.nl/resources/sass/site/6-Organisms/_organisms.textImage.scss
.o-text-image{}

.o-text-image__text {
  padding-bottom: 48px;
}

.o-text-image__button {
  margin-top: 65px;
}

@include mq(m) {

  .o-text-image__text{
    position: relative;
    padding: column(0.5, 12) column(1, 12) calc(#{column(0.5, 12)} + 50px);

    &:after {
      content: '';
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      display: block;
      height: calc(100% - 50px);
      width: 100%;
      background-color: palette(secondary, 100);
    }
  }

  .o-text-image {
    display: flex;
    justify-content: space-between;
    align-items: stretch;

    > * {
      width: 50%;
    }
  }

  .o-text-image--reversed{
    flex-direction: row-reverse;
  }
}