about.css
1.86 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.about {
padding-top: 120px;
}
.about-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about-top__title {
font-weight: 700;
font-size: 48px;
line-height: 100%;
letter-spacing: -0.01em;
color: #333B49;
}
.about-top__link {
font-family: "Muller";
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 22px;
color: #F5851A;
position: relative;
margin-right: 38px;
}
.about-top__link:after {
position: absolute;
content: "";
background-image: url("../../../img/main/link.svg");
background-repeat: no-repeat;
background-size: cover;
width: 24px;
height: 13px;
margin-left: 14px;
margin-top: 5px;
}
.about-main {
margin-top: 94px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.about-main-text {
letter-spacing: -0.01em;
font-size: 16px;
color: #333B49;
}
.about-main-text__title {
font-weight: 600;
font-size: 16px;
line-height: 20px;
max-width: 580px;
width: 100%;
}
.about-main-text__par {
line-height: 22px;
margin-top: 24px;
max-width: 1063px;
width: 100%;
}
.about-main-numbers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: 117px;
padding-top: 20px;
}
.about-main-numbers:not(:nth-child(2n)) {
margin-right: 133px;
}
.about-main-numbers-block__num {
font-family: "Muller";
font-weight: 700;
font-size: 48.75px;
line-height: 22px;
color: #F5851A;
}
.about-main-numbers-block__def {
max-width: 192px;
width: 100%;
margin-top: 24px;
font-family: "Muller";
font-weight: 500;
font-size: 15px;
line-height: 19px;
color: #333B49;
}
.second, .four {
margin-left: 52px;
}