#ours_works_preview{
	display: flex;
	justify-content: space-between;
}

#ours_works_preview .item{
	position: relative;
	margin: 0px 15px;
	width: 387px;
	height: 455px;
	box-shadow: 0px 6px 20px rgba(111, 111, 111, 0.2);
}

#ours_works_preview .item .white-text{
	position: absolute;
	width: 100%;
	background-color: white;
	bottom: 0;
	overflow: hidden;
	height: 150px;
	transition:0.2s;
}

#ours_works_preview .item a{
	width: 100%;
	height: 100%;
}
#ours_works_preview .item.filtered::before{
	filter:blur(1px);
	transition:0.2s;
}
#ours_works_preview .item .hover-green{
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	transition:0.2s;

}
#ours_works_preview .item .hover-green p{
	margin: auto;
	font-weight: bold;
	font-size: 20px;
	line-height: 140%;
	color: #FFFFFF;
}

#ours_works_preview .item .white-text p{
	font-weight: normal;
	font-size: 20px;
	line-height: 140%;
	color: #333333;
	padding: 10px 20px;
}

@media(max-width:720px){
	#ours_works_preview{
		flex-wrap: wrap;
	}
	#ours_works_preview .item{
		margin: auto;
		margin-bottom: 30px;
		height: 352px;
	}
	#ours_works_preview .item .white-text{
		height: auto;
	}
}


.btn-orange{
    margin-top: 65px;
	margin-bottom: 80px;
    text-align: center;
}
.btn-orange a{
    padding: 14px 36px;
    font-weight: bold;
    font-size: 20px;
    color: white;
	background-color: #EC8307;
}
.btn-orange a:hover{
		color:white;
		background-color: #468755;
		transition:0.3s;
	}
@media(max-width:560px){
.btn-orange{
		margin-top: 20px;
	}
.btn-orange a{
		display: flex;
		color: white;
		background-color: #EC8307;
		justify-content: center;
	}
}
.