|
@@ -1,82 +1,82 @@
|
1
|
|
-.wrapper-header {
|
2
|
|
- background: var(--main-bg-color);
|
3
|
|
- border-radius: 0px 0px 120px 120px;
|
4
|
|
- height: 50vw;
|
5
|
|
- align-items: center;
|
6
|
|
- display: flex;
|
7
|
|
- justify-content: center;
|
|
1
|
+// .wrapper-header {
|
|
2
|
+// background: var(--main-bg-color);
|
|
3
|
+// border-radius: 0px 0px 120px 120px;
|
|
4
|
+// height: 50vw;
|
|
5
|
+// align-items: center;
|
|
6
|
+// display: flex;
|
|
7
|
+// justify-content: center;
|
8
|
8
|
|
9
|
|
- .wrapper-header-circle {
|
10
|
|
- position: relative;
|
11
|
|
- opacity: 0.02;
|
12
|
|
- border-radius: 50%;
|
13
|
|
- background: #ffffff;
|
14
|
|
- width: 298px;
|
15
|
|
- height: 298px;
|
16
|
|
- .wrapper-header-circle2 {
|
17
|
|
- position: absolute;
|
18
|
|
- left: 0;
|
19
|
|
- right: 0;
|
20
|
|
- top: 0;
|
21
|
|
- bottom: 0;
|
22
|
|
- margin: auto;
|
23
|
|
- width: 198px;
|
24
|
|
- height: 198px;
|
25
|
|
- background: #ffffff;
|
26
|
|
- border-radius: 50%;
|
27
|
|
- }
|
28
|
|
- }
|
29
|
|
- .wrapper-header-box {
|
30
|
|
- position: relative;
|
31
|
|
- .wrapper-header-img {
|
32
|
|
- position: absolute;
|
33
|
|
- top: -49px;
|
34
|
|
- right: 88px;
|
35
|
|
- width: 115px;
|
36
|
|
- height: 109px;
|
37
|
|
- border-radius: 50%;
|
38
|
|
- }
|
39
|
|
- }
|
40
|
|
- .wrapper-header-box2 {
|
41
|
|
- position: relative;
|
42
|
|
- .wrapper-header-text {
|
43
|
|
- position: absolute;
|
44
|
|
- width: 249px;
|
45
|
|
- right: 17px;
|
46
|
|
- top: 79px;
|
47
|
|
- font-size: 32px;
|
48
|
|
- color: #fff;
|
49
|
|
- }
|
50
|
|
- }
|
51
|
|
-}
|
|
9
|
+// .wrapper-header-circle {
|
|
10
|
+// position: relative;
|
|
11
|
+// opacity: 0.02;
|
|
12
|
+// border-radius: 50%;
|
|
13
|
+// background: #ffffff;
|
|
14
|
+// width: 298px;
|
|
15
|
+// height: 298px;
|
|
16
|
+// .wrapper-header-circle2 {
|
|
17
|
+// position: absolute;
|
|
18
|
+// left: 0;
|
|
19
|
+// right: 0;
|
|
20
|
+// top: 0;
|
|
21
|
+// bottom: 0;
|
|
22
|
+// margin: auto;
|
|
23
|
+// width: 198px;
|
|
24
|
+// height: 198px;
|
|
25
|
+// background: #ffffff;
|
|
26
|
+// border-radius: 50%;
|
|
27
|
+// }
|
|
28
|
+// }
|
|
29
|
+// .wrapper-header-box {
|
|
30
|
+// position: relative;
|
|
31
|
+// .wrapper-header-img {
|
|
32
|
+// position: absolute;
|
|
33
|
+// top: -49px;
|
|
34
|
+// right: 88px;
|
|
35
|
+// width: 115px;
|
|
36
|
+// height: 109px;
|
|
37
|
+// border-radius: 50%;
|
|
38
|
+// }
|
|
39
|
+// }
|
|
40
|
+// .wrapper-header-box2 {
|
|
41
|
+// position: relative;
|
|
42
|
+// .wrapper-header-text {
|
|
43
|
+// position: absolute;
|
|
44
|
+// width: 249px;
|
|
45
|
+// right: 17px;
|
|
46
|
+// top: 79px;
|
|
47
|
+// font-size: 32px;
|
|
48
|
+// color: #fff;
|
|
49
|
+// }
|
|
50
|
+// }
|
|
51
|
+// }
|
52
|
52
|
|
53
|
|
-.wrapper-middle {
|
54
|
|
- padding: var(--main-space);
|
55
|
|
- display: grid;
|
56
|
|
- grid-template-columns: repeat(2, 335px);
|
57
|
|
- grid-auto-rows: 335px;
|
58
|
|
- grid-gap: var(--main-space);
|
59
|
|
- .wrapper-middle-box {
|
60
|
|
- box-shadow: 0px 18px 22px 0px rgba(0, 0, 0, 0.06);
|
61
|
|
- border-radius: 8px;
|
62
|
|
- display: grid;
|
63
|
|
- place-items: center;
|
64
|
|
- margin-bottom: 20px;
|
65
|
|
- }
|
66
|
|
- .wrapper-middle-img {
|
67
|
|
- width: 120px;
|
68
|
|
- height: 120px;
|
69
|
|
- }
|
70
|
|
- .wrapper-middle-text {
|
71
|
|
- font-size: 32px;
|
72
|
|
- margin-bottom: -38px;
|
73
|
|
- }
|
74
|
|
- .wrapper-middle-text2 {
|
75
|
|
- font-size: 28px;
|
76
|
|
- color: #757575;
|
77
|
|
- }
|
78
|
|
- .wrapper-middle-text3 {
|
79
|
|
- font-size: 32px;
|
80
|
|
- margin-bottom: 50px;
|
81
|
|
- }
|
82
|
|
-}
|
|
53
|
+// .wrapper-middle {
|
|
54
|
+// padding: var(--main-space);
|
|
55
|
+// display: grid;
|
|
56
|
+// grid-template-columns: repeat(2, 335px);
|
|
57
|
+// grid-auto-rows: 335px;
|
|
58
|
+// grid-gap: var(--main-space);
|
|
59
|
+// .wrapper-middle-box {
|
|
60
|
+// box-shadow: 0px 18px 22px 0px rgba(0, 0, 0, 0.06);
|
|
61
|
+// border-radius: 8px;
|
|
62
|
+// display: grid;
|
|
63
|
+// place-items: center;
|
|
64
|
+// margin-bottom: 20px;
|
|
65
|
+// }
|
|
66
|
+// .wrapper-middle-img {
|
|
67
|
+// width: 120px;
|
|
68
|
+// height: 120px;
|
|
69
|
+// }
|
|
70
|
+// .wrapper-middle-text {
|
|
71
|
+// font-size: 32px;
|
|
72
|
+// margin-bottom: -38px;
|
|
73
|
+// }
|
|
74
|
+// .wrapper-middle-text2 {
|
|
75
|
+// font-size: 28px;
|
|
76
|
+// color: #757575;
|
|
77
|
+// }
|
|
78
|
+// .wrapper-middle-text3 {
|
|
79
|
+// font-size: 32px;
|
|
80
|
+// margin-bottom: 50px;
|
|
81
|
+// }
|
|
82
|
+// }
|