.banner__title {
	color: var(--main-color);
	font-family: var(--title-font);
	font-size: 5.0625rem;
	position: absolute;
	left: 50%;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 100%;
}
