.page-template-template-giftcard #header {
	background-color: #fff;
}
.text-gray {
	color: #808080;
}
.gift-card-header {
	height: 100vh;
}
.gift-card-full-bleed img {
	height: auto;
	max-height: 100vh;
	object-fit: cover;
}
.gift-card-content {
	position: absolute;
	top: 50%;
	width: 55%;
	left: 5%;
	transform: translateY(-50%);
	padding: 4rem;
	border-radius: 4rem;
}
.gift-card-content h1 {
	width: 60%;
	margin: 2rem 0;
}
#giftcard-checks img {
	width: 1.5rem;
	margin-right: 1rem;
}
#giftcard-checks p {
	margin: 1rem 0;
}
.gift-card-img img {
	height: auto;
}
.page-template-template-giftcard h2 {
	margin: 2rem 0;
}
#gift-card-intro p {
	width: 75%;
}
.gift-card-how {
	padding: 2rem 3rem;
	border-radius: 2rem;
	height: 100%;
}
.step-number {
	line-height: 1;
	font-size: 3rem;
	padding: 1rem;
	border-radius: 50%;
	border: 2px solid var(--secondary);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 2rem;
	width: 5rem;
	height: 5rem;
}