_questions.scss
1.05 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
.questions{
background-color: #f0f0f0;
margin: 0 -50%;
padding: 40px 50%;
width: 200%;
max-width: 200%;
.wp-block-group__inner-container{
max-width: 1066px;
}
h2{
text-transform: uppercase;
color: #666;
font-size: 60px;
line-height: 72px;
font-weight: 400;
margin-bottom: 40px;
}
p{
color: #666666;
font-size: 20px;
line-height: 24px;
}
.wpcf7{
max-width: unset;
margin-top: 40px;
label {
display: inline-block;
margin-bottom: 20px;
color: #666666;
}
.wpcf7-form-control-wrap {
width: 80%;
display: inline-block;
margin-left: 10px;
float: right;
}
.col-lg-12{
.wpcf7-form-control-wrap {
width: 100% !important;
}
}
}
span.required {
margin-top: 20px;
font-size: 16px;
text-align: right;
color: #666666;
}
}