File size: 832 Bytes
09bcb28
 
 
 
 
 
 
 
 
 
 
 
7d63edc
09bcb28
cdc5113
 
 
a89ee8c
 
 
 
 
cdc5113
a89ee8c
cdc5113
a89ee8c
cdc5113
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
09bcb28
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
/* Global page and element settings ----------------------------------------------------- */
body {
  font-size: 16px;
  font-family: "Montserrat", Helvetica, sans-serif !important;
}

/* Colors */
.dark-blue {
  color: #20364c !important;
}

p, table, tr, td, ul, li, blockquote, nav, a, footer, dl, dt, dd {
  font-size: 1.5rem;
  font-weight: 400;
}


ul {
  margin: 0;
  padding: 0;
  width: 80%;
}
.row {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.row:nth-child(even) {
  direction: rtl;
}
.row:nth-child(odd) .image {
  text-align: right
}
.image,
.text {
  display: table-cell;
  direction: ltr;
  border: solid;
}
.text {
  background: e7fefc;
}
@media screen and (max-width: 640px) {
  .row,
  .image,
  .text {
    display: block;
    direction:ltr
  }
  .row:nth-child(odd) .text {
  text-align: right
}
}