.szz-subheader{
	background: var(--radial-light);
	min-height: 230px;
}

.szz-subheader__text-container {
	width: 100%;
	margin: 0 auto;
	padding: 48px 5% 56px;
	position:relative;
}

.szz-subheader__subheader-text {
	font-family: "Playfair Display";
	position: relative;
	font-size: 18px;
	line-height: 28px;
}
.szz-subheader__subheader-text--add-first-letter > p:first-child::first-letter {
	font-weight: 700;
	color: var(--black);
	float: left;
	font-size: 3.5rem;
	line-height: 3.1rem;
	margin-right: 0.5rem;
	margin-left: 1px;
	margin-top: 0rem;
}
.szz-subheader__hand-icon {
	position: absolute;
	width: auto;
	height: 3.25rem;
	min-height: 3.25rem;
	left: 50%;
	bottom: 4rem;
	transform: translateX(-50%) translateY(100%) rotate(90deg);
	animation: bounce_hand_down 0.6s ease-in-out infinite alternate;
}

@media only screen and (min-width: 960px) {
	.szz-subheader__text-container {
		width: 75%;
		padding: 48px 3rem 56px;
		max-width: 996px;
	}
	.szz-subheader__subheader-text {
		font-size: 20px;
		line-height: 32px;
	}
	.szz-subheader__subheader-text--add-first-letter > p:first-child::first-letter {
		font-size: 4.25rem;
		line-height: 3.5rem;
		margin-right: 0.5rem;
		margin-left: 1px;
		margin-top: 0rem;
	}
}

