.our-projects-section {
	background: #f7f7f7;
	padding-bottom: 50px;
}
.our-projects-section__wrapper {
	width: 100%;
	max-width: 1360px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
}
.swiper-container .our-projects-section__item.swiper-slide {
	text-align: left;
}
.our-projects-section__content.swiper-container {
	padding: 0;
}
.our-projects-section__item-wrapper {
	background: #fff;
}
.our-projects-section__item-content {
	min-height: 200px;
	line-height: 1.5;
}
.our-projects-section__item-name {
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	font-size: 20px;
}
.our-projects-section__item-content-wrapper {
	width: 100%;
	height: 170px;
	overflow: auto;
}
.our-projects-section__content {
	position: relative;
}
.our-projects-section__sbn, 
.our-projects-section__sbp 
{
	position: absolute;
	width: 30px;
	height: 30px;
	padding: 9px;
	background: #263553;
	z-index: 9999999;
	top: calc(50% - 10px);
	cursor: pointer;
}
.our-projects-section__sbn {
	right: 0;
}
.our-projects-section__sbp {
	left: 0;
}
.our-projects-section__item-img,
.our-projects-section__item-img a  
{	
	width: 100%;
	display: flex !important;
	height: 310px;
}
.our-projects-section__item-img img {
	width: 100% !important;
	height: 100%  !important;
	object-fit: cover;
}
.our-projects-section__item-wrapper.eael-filterable-gallery-item-wrap {
	float: initial;
	width: auto;
}
.our-projects__footer-btn {
    width: 100%;
    max-width: 350px;
    color: #fff;
    background-color: #263553;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
    transition: .3s;
}
.our-projects__footer-btn:hover {
	color: #fff;
	background-color: #52A7E2;
}
@media (max-width: 650px) {
	.our-projects-section__sbn,
	.our-projects-section__sbp {
		background: #26355340;
	}
	.our-projects__footer-btn {
		font-size: 13px;
	}
}