.site-footer {
	padding: 80px 0px;
	border-top: 1px solid #ee4e2e;
	background: #401d24;
	position: relative;
	overflow: hidden;
}
.site-footer-content {
	display: grid;
	grid-template-columns: repeat(3, 509px);
	justify-content: space-between;
	align-items: start;
	gap: 81px;
	@media screen and (max-width: 945px) {
		grid-template-columns: 1fr;
	}
}
.italic-home-real {
	color: #e6e3da;
	margin-top: 18px;
	margin-bottom: 28px;
	font-family: var(--wp--preset--font-family--ivy-journal) !important;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 110%; /* 19.8px */
}
.footer-desc {
	color: var(--Ivory, #e6e3da);
	/* font-family: "Plus Jakarta Sans"; */
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px; /* 173.333% */
	letter-spacing: 1.045px;
}
.copyright {
	color: #e6e3da;
	font-family: var(--wp--preset--font-family--karla) !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	letter-spacing: -0.5px;
	margin-top: 28px;
}
.heading-head {
	color: #e6e3da;

	/* Eyebrow/S */
	font-family: var(--wp--preset--font-family--ivy-journal) !important;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 110%; /* 19.8px */
	margin-bottom: 20px;
}
.flex-align-center {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
	& a {
		color: #e6e3da;

		/* Body/Reg */
		font-family: var(--wp--preset--font-family--karla);
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 22.4px */
		letter-spacing: -0.5px;
		text-decoration: none;
	}
}
.right-center {
	right: 0;
	top: 0;
	max-width: 100%;
	position: absolute;
	opacity: 0.3;
	@media screen and (max-width: 945px) {
		display: none;
	}
}
