File size: 477 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.intro-cards {
	p,
	li {
		font-size: rem(16px);
		font-weight: 400;
		line-height: 24px;
		color: var(--studio-gray-80);
	}

	h1 {
		font-size: rem(36px);
		font-weight: 700;
		line-height: 48px;
		color: var(--studio-black);
		margin-top: 24px;
		margin-bottom: 16px;
	}

	ul {
		margin: 0 0 0 1rem;
		margin-left: 1rem;
	}

	.dot-pager {
		&__control-gap {
			margin-right: 24px;
		}
		&__button {
			padding: 5px 26px;
		}
	}
}

.card:has(.intro-cards) {
	padding: 32px;
}