.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 0.56rem;
}

.client-container .unypay-card {
	height: 34.37rem;
	min-width: 39.2rem;
	width: 39.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 .7rem 0 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;
	}
}
