.maintan {
	display: flex;
	gap: 5rem;
	align-items: center;
}

.content {
	max-width: 50%;
	padding: 1rem;
}

.image-container {

	overflow: hidden;
	margin-right: -2rem;
	width: 33.5rem;
	/* margin-left: 3rem; */
	height: 43rem;

}

.image-container img {
	width: 100%;
	/* Ensure the full image fits within the original size */
	height: 100%;
	object-fit: cover;
	/* Maintain the aspect ratio and crop if needed */
	object-position: left;
	/* Align the image to the left */
}


.black {
	color: #16181d;
}