This commit is contained in:
2026-03-20 17:13:38 +01:00
parent 4c84735b75
commit c043ee9a52
1152 changed files with 317560 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
@import "variables";
.section {
position: relative;
padding-bottom: 100px;
&-primary {
color: $primary-color-dark;
background: linear-gradient(to bottom left, $primary-color, $primary-color-light);
.section-title {
color: $white;
}
a {
color: $white;
}
}
&-secondary {
background: $grey;
}
h4 {
font-weight: 400;
color: $text-color;
font-size: 28px;
padding-top: 80px;
}
}
.section-title {
text-align: center;
font-family: $panton;
font-size: 100px;
color: $primary-color;
padding-top: 100px;
padding-bottom: 30px;
}
.section-subtitle {
margin-top: -22px;
font-size: 23px;
color: $text-color;
font-weight: 400;
}