
.height-title .hero-title span {
	box-sizing: border-box;
	display: inline-block;
	transform-origin: bottom center;
}

.hero-arrow span {
	position: relative;
	height: 100%;
	width: 100%;
	opacity: 0;
	display: flex;
	box-sizing: border-box;
	background: transparent;
	justify-content: center;
	align-items: center;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	border-radius: 50px;
	border: 2px solid rgba(0, 0, 0, 0.4);
	cursor: pointer;
	-webkit-transition: border 0.2s ease-in-out 0s;
	transition: border 0.2s ease-in-out 0s;
}