.h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	color: var(--main-text-color);

	@media (max-width: 768px) {
		font-size: 24px;
		line-height: 36px;
	}
}

.h3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
	color: var(--main-text-color);

	@media (max-width: 768px) {
		font-size: 20px;
		line-height: 32px;
	}
}

.p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	color: var(--main-text-color);
}
