



/* .file_gallary{display: flex; flex-wrap: wrap; justify-content: center;}
.file_gallary img{width: 900px; height: 600px;}   */

.gallary{
	display: flex;
	flex-wrap: wrap;
}

.image{
	position: relative;
}

.gallary img{
	width: 300px;
	height: 200px;
	object-fit: cover;
	margin: 5px;
}








