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/marisrental/boldt.tech/resources/sass/site/5-Components/_components.ctaJobs.scss
.c-cta-jobs {
  background-color: palette(dark);
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 40px 0 30px 0;

  @include mq(900) {
    padding: 40px 0 20px 0;
  }

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

  &:after {
    content: '';
    display: block;
    height: 60px;
    position: absolute;
    bottom: -59px;
    left: 0;
    z-index: 0;
    width: 100%;
    background: linear-gradient(-45deg, transparent 0, transparent 59px, palette(dark) 60px) -35px 0;
    background-size: calc(100% + 60px);
  }

  h2, .c-button {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    width: column(10, 12);

    @include mq(900) {
      width: 360px;
    }
  }

  .c-button {
    color: palette(action);
    @include flex(center);
    top: 30px;
  }

}