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/SBogers10/slenders.komma.pro/resources/sass/site/6-Organisms/_organisms.cta.scss
.o-cta {
  padding: 20px 0 40px;
  background-color: palette(secondary, 100);
}

.o-cta__placeholder {
  position: relative;
  z-index: 1;
  margin: auto;

  @include mq(1500) {
    width: column(10, 12);
  }

  &:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: palette(secondary);
  }
}

.o-cta__main {
  padding: 30px 0 45px;
}

.o-cta__title {
  @include font-weight(bold);
  color: palette(primary, 700);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.o-cta__text {
  color: palette(primary);
}

.o-cta__button {
  margin-top: 35px;
}

.o-cta__figure {
  img {
    width: 100%;
  }
}

@include mq(700) {

  .o-cta {
    padding: 100px 0;
  }

  .o-cta__placeholder {
    @include flex(space-between, flex-start);

  }

  .o-cta__main {
    width: column(4, 10);
  }

  .o-cta__figure {
    width: 50%;
  }
}