.swiper-relatori .card-custom {
	color: #fff;
	/*background: #3333CC;*/
	border-radius: 0 0 4px 20px;
		/*box-shadow: 5px 5px 32px 0px rgba(0, 0, 0, 0.1);*/
}

.swiper-relatori .swiper-wrapper{
	height: 420px;
}

.swiper-relatori .card-custom{
	height: 347px;
}

.swiper-relatori h5{
	color: #3B5977;
	font-size: 20px;
	font-weight: bold;
}

.img-rel{
	width: 250px;
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0 0 0 20px;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
}

.swiper-relatori p{
	color: #0A1E2D;
	font-size: 16px;
	font-weight: 300;
}

.swiper-relatori .swiper-button-prev2{
	left: 47%;
}

.swiper-relatori .swiper-button-next2{
	right: 47%;
}

.swiper-relatori .swiper-button-prev2:after{
	content: url('/wp-content/uploads/2024/10/chevron-forward-circle-outline-2.png')
}

.swiper-relatori .swiper-button-next2:after{
	content: url('/wp-content/uploads/2024/10/chevron-forward-circle-outline-1.png')
}


.card-img {
	box-shadow: 5px 5px 32px 0px rgba(0, 0, 0, 0.1) !important;
	border-radius: 4px 4px 0 0 !important;
}
@media only screen and (max-width: 1000px) {

	.slider-visible-desktop {
		display: none !important;
	}
		.slider-visible-mobile {
		display: block !important;
	}
}

@media only screen and (max-width: 768px){
	
	.swiper-relatori .swiper-button-prev2{
		left: 40%;
	}

	.swiper-relatori .swiper-button-next2{
		right: 40%;
	}
}