.tiles-section{
	background: url(/assets/images/2/start-min.webp) no-repeat 50% 42%;
	background-size: cover;
	padding-bottom: 44px;
	position: relative;
}
.tiles-section:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #07070759;
}
.tiles-section>.container-xl{
	z-index: 2;
	position: relative;
}

.tiles-section h1{
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.20);
	width: 780px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.55;
	font-weight: 900;
	font-size: 32px;
	text-transform: uppercase;
	margin-top: 56px;
	margin-bottom: 56px;
	font-family: Mulish, sans-serif;
}

.tiles-row{
	--bs-gutter-x: 12px;
}


.tiles-row .tile{
	display: inline-block;
	width: 100%;
	border: 2px solid #D9D9D9;
	background-color: #fff;
	border-radius: 16px;
	padding-left: 18px;
	padding-top: 22px;
	padding-right: 20px;
	color: #070707;
	font-size: 20px;
	font-weight: 700;
	font-family: Mulish, sans-serif;
	line-height: 1.5;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 12px;
}


@media(max-width: 639.98px){
	.tiles-section h1{
		font-size: 24px;
		margin-top: 32px;
		margin-bottom: 32px;
	}
	.tiles-row .col{
		width: 33.333333%;
	}
	.tiles-row .col-1{
		width: 100%;
	}
	.tiles-row .col-2{
		width: 60%;
	}
	.tiles-row .tile{
		height: 120px;
		font-size: 14px;
		padding-left: 12px;
		padding-top: 16px;
		padding-right: 5px;
		font-weight: 600;
		margin-bottom: 8px;
		border: none;
		border-radius: 8px;
	}
	.tiles-row {
	    --bs-gutter-x: 8px;
	}
	
	.tiles-row .col-1{
		width: 59%;
		width: 55%;
		order:1;
	}
	.tiles-row .col-4{
		width: 41%;
		width: 45%;
		order:2;
	}
	
	.tiles-row .col-2{
		width: 33.333333%;
		order:3;
	}
	.tiles-row .col-3{
		width: 33.333333%;
		order:4;
	}
	
	.tiles-row .col-5{
		width: 33.333333%;
		order:5;
	}
}



@media(min-width: 640px) and (max-width: 799.98px){
	.tiles-row .col{
		width: 33.333333%;
	}
	.tiles-row .tile{
		aspect-ratio: 23 / 20;
	}
	.tiles-row .col-1{
		width: 60%;
	}
	.tiles-row .col-2{
		width: 40%;
		
	}
	.col-1 .tile, .col-2 .tile{
		aspect-ratio: auto;
		height: 200px
	}
}

@media(min-width: 800px){
	.tiles-row .col{
		width: 20%;
	}
	.tiles-row .tile{
		aspect-ratio: 23 / 20;
	}
	
}

h2.page_title{
	font-family: Mulish, sans-serif;
	font-weight: 800;
}










