#Projects{
		max-width: 1200px;
		position: relative;
		min-height: 600px;
		margin: 30px auto;
		overflow: hidden;
		text-align: center;
	}
	.Projects{
		width: 272px;
		height: 350px;
		float: left;
		margin: 10px;
		position: relative;
		border: 4px solid #d1d9ec;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 /15%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
	}
	.Projects_image{
		width: 272px;
		height: 200px;
		background-size: cover;
		background-position: center center;
	}
	.Projects::before {
    content: "";
    position: absolute;
    width: 272px;
		height: 200px;
    background-color: rgba(2,21,35,0.3);
    left: 0;
    top: 0;
    
}
.Projects h1{
	z-index: 9999;
	width: 98%;
	margin-left: 1%;
	color: #313532;
	margin-top: 10px;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
}
.pr_text {
    width: 100% !important;
    margin-top: 0px;
    font-size: 13px;
    line-height: 18px;
    color: #1a1a1a;
    padding: 5px;
    font-family: "Regular";
    text-align: left;
}
@media only screen and (max-width: 1220px){
	#Projects {
       width: 900px;
	}
}
@media only screen and (max-width: 920px){
	#Projects {
    width: 600px;
}
}
@media only screen and (max-width: 920px){
	#Projects {
    width: 300px;
}
}