1
- .section2 {
1
+ .keyfeatures {
2
2
margin-bottom : 30px ;
3
3
}
4
4
5
- .section2 .container {
5
+ .keyfeatures .container {
6
6
display : flex;
7
7
flex-direction : column;
8
8
}
9
9
10
- .section2 -header {
10
+ .keyfeatures -header {
11
11
display : flex;
12
12
flex-direction : column;
13
13
width : 100% ;
16
16
font-size : 27px ;
17
17
}
18
18
19
- .section2 -header-link {
19
+ .keyfeatures -header-link {
20
20
display : flex;
21
21
width : 156px ;
22
22
align-items : baseline;
29
29
margin-top : 5px ;
30
30
}
31
31
32
- .section2 -header-link-title {
32
+ .keyfeatures -header-link-title {
33
33
padding : 2px 5px 0 0 ;
34
34
color : # 013243 ;
35
35
}
36
36
37
- section2 -header-link i {
37
+ keyfeatures -header-link i {
38
38
padding : 2px 0 0 0 ;
39
39
}
40
40
@@ -64,76 +64,76 @@ section2-header-link i {
64
64
transform : translateX (4px );
65
65
}
66
66
67
- .section2 -box-container {
67
+ .keyfeatures -box-container {
68
68
display : flex;
69
69
flex-wrap : wrap;
70
70
justify-content : center;
71
71
}
72
72
73
- .section2 -box-content {
73
+ .keyfeatures -box-content {
74
74
height : 175px ;
75
75
min-width : 275px ;
76
76
width : 325px ;
77
77
margin : 30px 30px 30px 0 ;
78
78
border-radius : 3px ;
79
79
}
80
80
81
- .section2 -box-title {
81
+ .keyfeatures -box-title {
82
82
margin : 15px ;
83
83
font-size : 16px ;
84
84
text-transform : uppercase;
85
85
}
86
86
87
- .section2 -box-text > a {
87
+ .keyfeatures -box-text > a {
88
88
color : # 4D77CF ;
89
89
}
90
90
91
- .section2 -box-text {
91
+ .keyfeatures -box-text {
92
92
margin : 30px 15px ;
93
93
font-size : 14px ;
94
94
}
95
95
96
- .section2 -box-content: hover > .section2 -box-text, .section2 -box-content: focus > .section2 -box-text, .section2 -box-content: active > .section2 -box-text {
96
+ .keyfeatures -box-content: hover > .keyfeatures -box-text, .keyfeatures -box-content: focus > .keyfeatures -box-text, .keyfeatures -box-content: active > .keyfeatures -box-text {
97
97
color : # 6C7A89 ;
98
98
}
99
99
100
100
@media only screen and (max-width : 1280px ) {
101
- .section2 .container {
101
+ .keyfeatures .container {
102
102
align-items : center;
103
103
justify-content : center;
104
104
}
105
105
106
- .section2 -box-container {
106
+ .keyfeatures -box-container {
107
107
justify-content : center;
108
108
}
109
109
}
110
110
111
111
@media only screen and (max-width : 1090px ) {
112
- .section2 .container {
112
+ .keyfeatures .container {
113
113
margin : 0 6vw ;
114
114
}
115
115
}
116
116
117
117
118
118
@media only screen and (max-width : 525px ) {
119
- .section2 -header {
119
+ .keyfeatures -header {
120
120
flex-direction : column;
121
121
}
122
122
}
123
123
124
124
@media only screen and (max-width : 425px ) {
125
- .section2 .container {
125
+ .keyfeatures .container {
126
126
align-items : center;
127
127
justify-content : center;
128
128
margin : 0 10% ;
129
129
}
130
130
131
- .section2 -box-content {
131
+ .keyfeatures -box-content {
132
132
margin : 30px ;
133
133
}
134
134
}
135
135
136
- .section2 -underline {
136
+ .keyfeatures -underline {
137
137
display : inline-block;
138
138
vertical-align : middle;
139
139
-webkit-transform : perspective (1px ) translateZ (0 );
@@ -144,7 +144,7 @@ section2-header-link i {
144
144
overflow : hidden;
145
145
}
146
146
147
- .section2 -underline: before {
147
+ .keyfeatures -underline: before {
148
148
content : "" ;
149
149
position : absolute;
150
150
z-index : -1 ;
@@ -161,6 +161,6 @@ section2-header-link i {
161
161
transition-timing-function : ease-out;
162
162
}
163
163
164
- .section2 -underline: hover : before , .section2 -underline: focus : before , .section2 -underline: active : before {
164
+ .keyfeatures -underline: hover : before , .keyfeatures -underline: focus : before , .keyfeatures -underline: active : before {
165
165
right : 0 ;
166
166
}
0 commit comments