.types-handles {
    overflow-x: hidden;
}
.types-handles .title {
	margin-bottom: 15px;
}
.types-handles .desc {
	margin-bottom: 25px;
}
.types-handles__card-wrap {
    background: #fff;
    border-radius: 6px;
	margin-bottom: 15px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;	
	height: 100%;
}
.types-handles__card-image {
    display: flex;
}
.types-handles__card img {
	width: 100%;
}
.types-handles__card-title {
    line-height: 122%;
    font-size: 18px;
    text-transform: uppercase;
	padding: 18px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;	
}
.types-handles .button {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.types-handles .owl-stage-outer {
		clip-path: inset(-100vw -100vw -100vw -0);
		overflow: unset;
	}	
	.types-handles__wrapper {
		max-width: 306px;
	}	
	.types-handles .title span {
		display: block;
	}
	.types-handles__card {
		padding: 6px;
	}	
}
@media (min-width: 768px) {
	.types-handles {
		
	}	
	.types-handles .title {
		margin-bottom: 20px;
	}
	.types-handles .desc {
		font-size: 18px;
		margin-bottom: 30px;
	}	
	.types-handles__slider {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 15px;
		margin-bottom: 20px;
	}
	.types-handles__card-wrap {
		margin-bottom: 0;
	}	
	.types-handles__card-title {
		padding: 15px;		
	}	
	.types-handles .button {
		width: 306px;
	}	
}

@media (min-width: 1200px) {
	.types-handles {
		
	}	
	.types-handles__slider {
		column-gap: 20px;
		margin-bottom: 30px;
	}	
	.types-handles__card-title {
		padding: 18px;		
	}	
}

