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