File size: 1,221 Bytes
15c4bc8
 
 
 
 
 
 
 
 
 
b16da09
15c4bc8
 
 
 
b16da09
15c4bc8
 
 
 
 
 
 
b16da09
15c4bc8
 
 
 
 
b16da09
15c4bc8
 
 
b16da09
15c4bc8
 
 
 
 
 
b16da09
15c4bc8
b16da09
15c4bc8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b16da09
 
15c4bc8
 
 
b16da09
 
 
 
15c4bc8
 
 
b16da09
 
 
 
15c4bc8
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
* {
	box-sizing: border-box;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.title {
	font-size: 24px !important;
	font-weight: 600 !important;
	letter-spacing: 0em;
	text-align: center;
	color: #374159 !important;
}

.subtitle {
	font-size: 24px !important;
	font-style: italic;
	font-weight: 400 !important;
	letter-spacing: 0em;
	text-align: center;
	color: #1d652a !important;
	padding-bottom: 0.5em;
}

.overview-heading {
	font-size: 24px !important;
	font-weight: 600 !important;
	letter-spacing: 0em;
	text-align: left;
}

.overview-content {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	letter-spacing: 0em;
	text-align: left;
}

.content-image {
	width: 100% !important;
	height: auto !important;
}

.vl {
	border-left: 5px solid #1d652a;
	padding-left: 20px;
	color: #1d652a !important;
}

.grid-container {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 0.7em;
}

@media screen and (max-width: 768px) {
	.container {
		width: 90%;
	}

	.grid-container {
		display: block;
	}

	.overview-heading {
		font-size: 18px !important;
	}
}