.baking2-section
{
	padding: calc(var(--marquee-height) + var(--header-height) + 48px) 24px 48px;
}

.btn-primary-baking2 {
	background-color: #8b7d6b;
	color: #ffffff;
	border-radius: 20px;
	padding: 12px 24px;
	font-size: 1.5rem;
	line-height: 1.5;
	transition: background-color 0.3s ease, transform 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.btn-primary-baking2:hover {
	background-color: #d9d4c6;
	color: #282828;
	transform: translateY(-2px);
}