.swiper-container-wrapper.swiper-style-facts{
	.swiper-slide{
		text-align: center;
		font-size: 15px;
		line-height: 1.5333;
		color: #fff;

		img{
			width: 165px;
			height: 165px;
			object-fit: contain;
		}

		.title{
			margin: 36px 0 20px;
			font-size: 32px;
			font-weight: 700;
			line-height: 1.25;
		}
	}
	:is(.swiper-button-next, .swiper-button-prev){
		@media (max-width: 991px){
			display: none;
		}
	}
}