.tiles {
	padding: 10px !important;
}

/* */
@media screen and (max-width: 600px) {
	.tiles {
		text-align: center !important;
	}

	.tiles img {
		margin-top: 30px !important;
	}

	.wp-block-cover {
		background-position: 10% 10% !important;
		background-size: 1000% !important;
		padding: 5% !important;
		min-height: inherit !Important;
	}

	.wp-block-cover * {
		text-align: center !Important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

/* Block Cover marquee component UK */
.wp-block-cover {
	padding: 5%;
}

.wp-block-cover a {
	text-decoration: none !Important;
}

.wp-block-cover .CTA-btn {
	border-radius: 50px;
	background-color: white;
	color: #000000 !important;
	text-align: center;
	padding: 10px;
	max-width: 150px;
	font-weight: 600 !important;
	font-size: 14px !important;
}
