.gift-cert-top-banner-asset {
	align-content: center;
	width: 100vw;
	margin-left: calc((-100vw + 100%) / 2);
	margin-right: calc((-100vw + 100%) / 2);
	background-color: #FBF6F3;
	color: #333;
}
.gift-cert-top-image-folder {
	height: auto;
}
.gift-cert-tob-banner-message {
	font-family: var(--font-book, "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	max-width: 528px;
}
.gift-cert-tob-banner-title {
	font-family: var(--font-regular, "ClarinsRegular", "Times New Roman", Times, serif);
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
}
.gift-cert-top-banner-message-folder {
	align-items: flex-start;
	gap: 24px;
	padding: 40px 16px;
}
@media (min-width: 1024px) {
	.gift-cert-top-banner-asset {
		flex-direction: row;
	}
	.gift-cert-tob-banner-title {
		font-family: var(--font-regular, "ClarinsRegular", "Times New Roman", Times, serif);
		font-style: normal;
		font-weight: 400;
		font-size: 85px;
		line-height: 102px;
	}
	.gift-cert-top-banner-message-folder {
		padding-left: 64px;
		padding-right: 136px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 50%;
	}
	.gift-cert-top-image-folder {
		width: 50%;
	}
	.gift-cert-top-image-folder img{
		display: block;
	}
}