.two-categories-container{
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
}
.two-categories-container ul{
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	margin: 0 0 0 15px !important;
}
.category{
	display: flex;
	flex-direction: column;	
}
.category img{
	width: 350px;
	height: 200px;
	object-fit: cover;
	opacity: 0.4;
}
.image-container{
	display: inline-flex;
	justify-content: center; 
	position: relative;
	background: #0a0a0aa3;
}
.category-title{
	position: absolute;
	top: 43%;
	color: #ffffff;
	font-size: 18pt;
	font-family: FFDINStdCondensedBold;
	z-index: 1;
}
.divider{
	height: 1000px;
	width: 3px;
	color: #000000;
}
.two-categories-container ul li{
	width: 335px;
	font-family: FFDINStdRegular;
	color: #000000;
	font-size: 12pt;
	margin: 10px 0 !important;
}
