.header-slider__button.btn-primary:hover svg path {
	fill: var(--c-white);
}

.text-page h2, .text-page h3, .text-page h4, .text-page strong {
	color: var(--c-primary);
}

.text-4-images {
	background-size: cover;
}

.text-4-images__grid {
	gap: 8px;
}

.header-slider__headline {
	text-align: center;
	text-wrap: auto;
	transform: translateX(-50%) rotate(-2deg);
}

.bg-wall {
    background-image: url(../../JaysPizza/jayspizza-bg-wall.jpg);
	background-size: cover;
}

.bg-wall .content-text  {
	margin-top: 0;
}

.bg-wall .content-text .rte {
	padding: 45px 16px;
	background-color: var(--c-white);
}

.bg-wall .ce_form {
	padding-bottom: 45px;
	background-color: var(--c-white);
	max-width: 906px;
	margin: 0 auto;
}

.footer {
	background-color: var(--c-black);
}

.header-slider__description h2 span {
	text-transform: uppercase;
}