@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.title {
	color: #000;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 24px;
	width: 100%;
}

.paragraph {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.paragraph.bold {
	font-weight: 700;
}

.h2-bold {
	color: #000;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 0;
	margin: 0;
	margin-bottom: 32px;
	margin-top: 48px;
}

.main-image {
	width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}

.link {
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
}

.custom-list {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	padding-left: 24px;
	list-style: disc;
}

.custom-list.ordered {
	list-style: decimal;
}

.custom-list li {
	margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
	.title {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.paragraph {
		font-family: Montserrat;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}

	.paragraph.bold {
		font-weight: 700;
	}

	.h2-bold {
		font-family: Montserrat;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 16px;
		margin-top: 32px;
	}

	.custom-list {
		font-size: 14px;
		line-height: 24px;
	}
}
