/* Gallery Sec Css Start Here */
.gallery_sec {
	padding: 60px 0;
}
.gallery_sec .heading-wrapper {
	max-width: 80%;
	text-align: center;
	margin: 0px auto;
	padding-bottom: 50px;
}
.gallery-box {
	margin-bottom: 20px;
}
.gallery-box img {
	height: 290px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
/* Gallery Sec Css End Here */
/* Mobile Responsive Starts Here  */
@media(max-width:575px){
	.gallery_sec {
		padding: 30px 0;
	}
	.gallery_sec .heading-wrapper {
		max-width: 100%;
		padding-bottom: 20px;
	}
}
/* Mobile Responsive Ends Here  */
