.factory-view h2 {
    font-family: "Generica";
    font-size: 52px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
}
.factory-view span {
	color: #5e5e5e;
	font-family: "Montserrat";
	font-size: 20px;
	margin-bottom: 70px;
	display: block;
}
.factory-view h4 {
	font-family: "Montserrat";
	color: #5e5e5e;
	font-size: 25px;
	font-weight: 700;
}

.factory-view p {
	color: #5e5e5e;
	font-family: "Montserrat";
	font-size: 15px;
	font-weight: 400;
}
.factory-view .text-wrapper {
	margin-bottom: 50px;
}
.gallery-sec .img-wrapper img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}
.gallery-sec .img-wrapper img:hover {
	filter: brightness(0.5);
}
.gallery-sec {
	padding: 100px 0px;
}
.gallery-sec h2 {
    text-align: center;
    font-family: "Generica";
    font-size: 52px;
    color: #000;
    margin-bottom: 82px;
    font-weight: 700;
}