.fence-french-glazing .owl-stage-outer {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));	
}
.fence-french-glazing .title {
	margin-bottom: 25px;
}
.fence-french-glazing__item {
	width: 307px;
}
.fence-french-glazing__item-wrap {
	display: grid;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 15px;	
}
.fence-french-glazing__item-title {
	text-align: center;
    padding: 18px;
    line-height: 1;
    border-radius: 0 0 0.6rem 0.6rem;
    text-transform: uppercase;
}
.fence-french-glazing__item-img {
	width: 100%;
	height: auto;
	border-radius: 0.6rem 0.6rem 0 0;
}
.fence-french-glazing__item-text {
	line-height: 1.2;
}
.fence-french-glazing .button {
    display: none;
}
@media (max-width: 767px) {	
	.fence-french-glazing .owl-carousel .owl-stage-outer {
		clip-path: inset(-100vw -100vw -100vw -0);
		overflow: unset;
		padding: 0 6px;
	}	
}
@media (min-width: 768px) {
	.fence-french-glazing .title {
		margin-bottom: 30px;
	}	
	.fence-french-glazing__title {
		margin-bottom: 30px;
	}
	.fence-french-glazing__slider {
		margin-bottom: 30px;
	}
	.fence-french-glazing__item {
		width: 226px;
	}	
	.fence-french-glazing__item-wrap {
		margin-bottom: 20px;		
	}	
	.fence-french-glazing__item-title {
		padding: 12px;
	}  
	.fence-french-glazing .button {
		display: flex;
		width: 306px;
	}	
}

@media (min-width: 1200px) {
	.fence-french-glazing__wrapper {
		padding-bottom: 100px;
	}	
	.fence-french-glazing__item {
		width: 306px;
	}	
	.fence-french-glazing__item-wrap {
		margin-bottom: 15px;		
	}	
	.fence-french-glazing__item-title {
		padding: 20px;
	}
	.fence-french-glazing__item-text {
		font-size: 18px;
	}	
}

