.paragraph {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem;
	font-family: 'Montserrat', sans-serif;
}

.h2-desktop {
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 3rem;
}

.h3-desktop {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.section-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
