.our-products-section {
	padding: 2rem 4rem;
	width: 90%;
	margin: auto;
}

.sub-title,
h2,
.our-products a {
	text-align: center;
	margin: 20px 0px;
	text-transform: uppercase;
}

.our-products-bg-text h2 {
	color: white;
}

.our-products-section > a {
	display: block;
	background-color: black;
	width: 100%;
	text-align: center;
	padding: 10px 16px;
	border-radius: 5px;
}

.our-products {
	display: flex;
	margin: 3rem 0rem;
}

.our-products-bg {
	background-image: url("../../assets/home-images/bg.webp");
	background-size: cover;
	height: 100%;
	transition: transform 0.3s ease-in-out;
	cursor: pointer;
}
.our-products-bg-text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1rem 2rem;
	text-shadow: rgba(8, 2, 2, 0.6) 0px 0px 10px;
}

.our-products-bg:hover {
	transform: scale(1.1);
}

.our-products-wrapper {
	overflow: hidden;
	flex: 1.25;
	position: relative;
	min-height: 75vh;
}

.our-products-description {
	flex: 1;
	padding: 40px 30px;
	background-color: white;
	margin-left: -60px;
	z-index: 2000;
	height: 80vh;
	margin-top: 2.5vh;
	margin-bottom: 2.5vh;
}

.our-products-description-heading {
	font-size: 44px;
}

.our-products-description-heading {
}
.our-products-description-paragraph {
}

.image-gallery-wrapper {
	width: 20%;
}

.image-gallery-wrapper img {
	width: 100%;
}

.our-products-description .image-gallery {
	height: 20vh;
	display: flex;
	/* flex-wrap: wrap; */
	gap: 20px;
	cursor: pointer;
	padding: 10px 0px;
}

.our-products-description .image-gallery img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.image-gallery-wrapper {
	height: 100%;
	flex: 1;
}

@media only screen and (max-width: 1125px) {
	.our-products {
		flex-direction: column;
	}

	.our-products-bg {
		width: 100%;
		height: 75vh;
		object-fit: cover;
		background-position: center;
	}
	.our-products-description {
		margin-left: 0;
	}
	.our-products-description {
		min-height: 70vh;
	}
	.our-products-section {
		padding: 2rem 2rem;
		width: 95%;
		margin: auto;
	}
	/* .our-products-description .image-gallery {
		flex-direction: column;
	} */

	.image-gallery {
		min-height: 340px;
	}

	.image-gallery-wrapper {
		flex: 1;
		height: auto;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 600px) {
	.our-products-section {
		padding: 2rem 0rem;
		width: 95%;
	}

	.our-products-description-heading {
		font-size: 26px;
	}

	.our-products-description .image-gallery {
		height: auto;
		display: block;
	}
	.image-gallery {
		min-height: 250px;
	}

	.image-gallery-wrapper {
		height: auto;
		width: 100%;
	}
}
