blob: 943c4b6547364c306ce081bc64bf8f8aafc338a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
@import ../settings.sass
.bottom-text
&__inner
padding: 138px 0 182px
max-width: 657px
margin-left: auto
text-align: center
margin-right: auto
+resp(lg)
padding: 138px 250px 182px
+resp(md)
padding: 90px 50px 126px
+resp(sm)
padding: 56px 50px 64px
+resp(esm)
padding: 56px 20px 64px
h2
padding-bottom: 25px
+resp(sm)
padding-bottom: 0
p
font-size: 18px
+resp(sm)
font-size: 16px
+resp(esm)
font-size: 14px
|