.pre-product {
	height: 130px;
	background: #23211b
}

@media (max-width: 900px) {
	.pre-product {
		height: 90px
	}
}

.breadcrums {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ccc
}

.breadcrums a {
	color: var(--main-color);
	text-decoration: none
}

.articles-section {
	padding-bottom: 100px
}

.project-cards {
	display: block;
	width: 320px!important;
	vertical-align: top;
	border-radius: 5px;
	height: 240px!important;
	position: relative;
	text-align: left;
	color: #fff;
	text-decoration: none;
	background: rgb(16, 79, 118, 0.5);
	
}


.project-cards:hover{
	opacity: .7
}

.project-cards .name {
	position: absolute;
	z-index: 3;
	top:50px;
	width:320px;
	text-align: center;
	font-family: "Bold";
	font-size: 26px
}

.project-cards img {
	width: 320px!important;
    height: 240px!important;
	object-fit: cover;
	filter: brightness(0.7);

}


/* @media (max-width: 700px) {
	.project-cards {
		width: 48%;
		height: 300px
	}
}
 */


.artdate {
	position: absolute;
	z-index: 3;
	font-size: 20px;
	text-align: left;
	bottom:10px;
	left: 50px;
}