.section-1 {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: var(--light-gray);
	text-align: center;
}
.section-2 {
	padding-top: 48px;
	padding-bottom: 48px;
}
.section-2 .card {
	text-align: justify;
}
ol, ul {
	padding-left: 15px;
}
.section-2 h3 {
	font-size: 24px!important;
	font-weight: 600!important;
	margin-bottom: 20px;
}
.section-2 h4 {
	font-size: 20px!important;
	font-weight: 500!important;
	margin-bottom: 10px;
}