._projects_page_main h3{
	font-size:1rem;
	letter-spacing: 0.3rem;
}

.projects_filter{
	margin-left: 3.3em; 
	/*margin-top: -3.5em;
	margin-top: -3.95em;*/
	/*margin-top: -3.6em;*/
	 margin-top: -53px;
	
}

.projects_details_section{padding-bottom:10em;}

.project_details_content{float:left; width:100%; padding-top:2em; padding-bottom:3em;}

.project_details_content ._left_side{float:left; width:20%;}

.project_details_content ._right_side{float:left; width:80%; margin-bottom:10em;}

li{list-style:none;}

.portfolio-item{position: relative; margin: -1.5em auto 0; padding: 0.5em;}

@media screen and (max-width:830px) {
	.projects_filter{
		margin:-3.5em auto 0;

	}

	.project_details_content ._left_side, .project_details_content ._right_side{
		width:100%;
	}
}



@media screen and (max-width:640px) {
	.projects_filter {
		font-size: 15px;
	}
}

@media screen and (max-width:480px) {
	.projects_filter {
		margin:0 auto;
		width:85%;
	}
}
