.carroussel{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1.05rem;
	width: 100%;
}

.client-container{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1.05rem;
	width: 100%;
	overflow: hidden !important;
	padding: 1.4rem .56rem;
	.unypay-card{
		height: 34.37rem; 
		min-width: 39.2rem; 
		width: 39.2rem; 
		display: flex; 
		justify-content: center; 
		align-items: center; 
		box-shadow: 0rem 0rem .7rem 0rem rgba(0,0,0,0.1);
	}
} 

@media (max-width: 768px) {
	.client-container{
		overflow-x: auto !important;
	}
	.bi-chevron-right, .bi-chevron-left{
		display: none;
	}
	.bi-chevron-right, .bi-chevron-left{
		display: none;
	}
} 