.links .f-carousel {
	/*--f-carousel-spacing: 30px;*/
	--f-carousel-slide-width: calc(100% / 3);
	--f-carousel-dot-color: var(--bs-success);
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	user-select: none;
}

@media (max-width: 575.98px) {
	.links .f-carousel {
		--f-carousel-slide-width: 100%;
	}
}

@media (max-width: 991.98px) {
	.links .f-carousel {
		/*--f-carousel-slide-width: 50%;*/
	}
}

@media (max-width: 1199.98px) {
	.links .f-carousel {
		/*--f-carousel-slide-width: 50%;*/
	}
}

@media (max-width: 1399.98px) {
	.links .f-carousel {
		/*--f-carousel-slide-width: calc(100% / 3);*/
	}
}

.links .f-carousel__track {

}
.links .f-slide {
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: space-between;
	background-color: #f1f8fe;
	padding: 20px 30px;
	min-height: 180px;
	border-radius: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
.links .f-slide__picture {
	width: 130px;
}
.links .f-slide__picture img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.links .f-slide__name {
	color: var(--bs-success);
}