2018-04-05 15:34:17 +02:00
|
|
|
|
|
|
|
.section-cta--services {
|
2018-04-10 17:50:24 +02:00
|
|
|
@media ($screen-md) {
|
|
|
|
padding-top: $spacer * 7;
|
|
|
|
padding-bottom: $spacer * 7;
|
|
|
|
}
|
|
|
|
|
2018-04-12 12:25:24 +02:00
|
|
|
.logo--services {
|
2018-04-05 15:34:17 +02:00
|
|
|
margin-bottom: $spacer;
|
|
|
|
transform: scale(.8);
|
|
|
|
transform-origin: left;
|
2018-04-12 12:50:15 +02:00
|
|
|
color: darken($brand-main-violet, 25%);
|
|
|
|
fill: darken($brand-main-violet, 25%);
|
2018-04-05 15:34:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.section-header {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-title {
|
|
|
|
text-align: left;
|
2018-04-12 12:50:15 +02:00
|
|
|
margin-bottom: $spacer * 2.5;
|
2018-04-05 15:34:17 +02:00
|
|
|
|
|
|
|
&:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|