.hero {
	.title-label {
		font-size: 250px;
	}
	.title-md {
		color: var(--color-white);
	}
}
.hero__inner {
	max-width: 850px;
	.button,
	.button-light {
		padding-inline: 18px;
	}
}
@media (max-width: 1199.98px) {
	.hero {
		.title-label {
			font-size: 200px;
		}
	}
}
@media (max-width: 767.98px) {
	.hero {
		.title-label {
			font-size: 150px;
			line-height: 0.7;
		}
		.text {
			font-size: 20px;
		}
	}
}
