/*
 * Page Styles
 * ------------------------------------------------------------------------------------------------
*/


.page-overtitle {
	text-align: center;
	margin-bottom: 5px;
}
.page-title {
	color: #FF5C28;
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
}






/*
 * Section Gallery
 * ------------------------------------------------------------------------------------------------
*/
.section-gallery {
	background-color: #F4F4F4;
	padding-top: 70px;
	padding-bottom: 80px;
}
.section-gallery .page-title {
	margin-bottom: 35px;
}
.section-gallery .gallery-images {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	grid-gap: 15px 1.3%;
}
.section-gallery .gallery-images .gallery-image-link {
	display: block;
	width: 227px;
	width: 18.92%;
	height: 170px;
	object-fit: cover;
	margin-bottom: 0;
}
.section-gallery .gallery-images .gallery-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1199px) {
	.section-gallery .gallery-images .gallery-image-link {
		width: 23.73%;
	}
}
@media (max-width: 991px) {
	.section-gallery .gallery-images .gallery-image-link {
		width: 32%;
	}
}
@media (max-width: 767px) {
	.section-gallery {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-gallery .page-title {
		margin-bottom: 25px;
	}
	.section-gallery .gallery-images .gallery-image-link {
		width: 48.55%;
	}
}
@media (max-width: 400px) {
	.section-gallery .gallery-images .gallery-image-link {
		width: 47.8%;
		height: 150px;
	}
}











