.bg-turquoise {
	background-color: #7be1c1;
}

.bg-turquoise .col-md-12 {
	padding: 0;
}

.maxWidth {
	width: 100%;
}

.maxWidth90 {
	width: 90%;
}

.lg-5 {
	width: 45%;
}
.lg-full{
	width: 88%;
}

.container-boxingday {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.boxingday-background {
	background: #fff6df url(/img/boxing-day-2024/background-boxingday-mobile.jpg) top center no-repeat;
	background-size: cover;
}

@media (min-width: 820px) {
	.boxingday-background {
		background: #fff6df url(/img/boxing-day-2024/background-boxingday.jpg) top center no-repeat;
		background-size: cover;
	}

	.lg-5 {
		width: 40%;
	}

	.lg-full{
		width: 85%;
	}
}