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;
}
}