.swiper{
	max-width: 2000px !important;
}

.swiper-recensioni .swiper-slide .review-p p{
	font-size: 18px;
	line-height: 1.2;
}

.swiper-recensioni .swiper-slide h4{
	color: var(--blue);
}

.swiper-recensioni .swiper-slide p{
	color: var(--blue);
	line-height: 1.2;
}

.swiper-recensioni .swiper-slide .bg-review{
	background-image: url('/wp-content/uploads/2024/11/Bubble-1.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px;
	margin-right: 20px;
	margin-left: 20px;
	min-height: 320px;
	width: 100%;
}

.swiper-recensioni .margin-author-rev{
	margin-left: 130px;
	margin-top: 30px;
}

.swiper-recensioni .swiper-pagination-bullet-active {
    background: var(--blue);
	width: 10px;
	height: 10px;
}

.swiper-recensioni .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}


.swiper-recensioni .div-pagination{
	display: flex;
	justify-content: center;
}

.swiper-recensioni .swiper-button-prev {
    position: relative;
    width: 44px;
    height: 18px;
    background-image: url(/wp-content/uploads/2024/11/Arrow-right-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 100%;
    left: -260px;
}

.swiper-recensioni .swiper-button-next {
    position: relative;
    width: 44px;
    height: 18px;
    background-image: url(/wp-content/uploads/2024/11/Arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 100%;
    left: 260px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	content: "";
}

@media only screen and (max-width: 768px){
	.swiper-recensioni .swiper-slide .bg-review{
		background-image: url('/wp-content/uploads/2024/11/bubble-2.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		padding: 40px;
		margin-right: 0;
		margin-left: 0;
		min-height: 320px;
		width: 100%;
	}
	
	.swiper-recensioni .swiper-button-prev {
		position: relative;
		width: 44px;
		height: 18px;
		background-image: url(/wp-content/uploads/2024/11/Arrow-right-1.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		border-radius: 100%;
		left: -130px;
	}

	.swiper-recensioni .swiper-button-next {
		position: relative;
		width: 44px;
		height: 18px;
		background-image: url(/wp-content/uploads/2024/11/Arrow-right.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		border-radius: 100%;
		left: 130px;
	}

	.swiper-recensioni .margin-author-rev{
		margin-left: 75px;
		margin-top: 10px;
	}
}