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

body.text-page {
	background-color: var(--c-beige);
}

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

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

.text-4-images__bottom {
	padding-bottom: 0;
}

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

.bg-muster {
    background-image: url(../../MasalaKing/masala-bg-muster.jpg);
	background-size: cover;
	padding-bottom: 45px;
	padding-top: 45px;
}

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


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

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