/* ### intro ### */
.hero-title {
	width: 100%;
	color: var(--color-black);
	margin-bottom: var(--py-section-small);
}

@media screen and (min-width: 1440px) {

	.hero-title h1 {
		padding-right: 200px;
	}
}
