about-privileges.css
1.06 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.privileges {
padding-top: 123px;
}
.privileges__title {
font-weight: 700;
font-size: 48px;
line-height: 100%;
color: #333B49;
}
.privileges-content {
margin-top: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.privileges-content > :not(:last-child) {
margin-right: 60px;
}
.privileges-content-column {
max-width: 46%;
width: 100%;
}
.privileges-content-column > :not(:last-child) {
margin-bottom: 40px;
}
.privileges-content-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.privileges-content-block__number {
font-weight: 600;
font-size: 60px;
line-height: 100%;
color: #F5851A;
margin-right: 35px;
}
.content-block-number-1 {
margin-right: 48px;
}
.privileges-block-info__title {
font-weight: 600;
font-size: 20px;
line-height: 24px;
margin-bottom: 16px;
color: #333B49;
}
.privileges-block-info__text {
font-size: 16px;
line-height: 22px;
color: #636B78;
}
.block-info-title-1 {
max-width: 355px;
width: 100%;
}
.block-info-title-3 {
max-width: 277px;
width: 100%;
}