.greyb{
    height: auto !important;
    width: 100vw !important;

    background: #1d1d1d !important;

    padding-top: 100px !important;
    padding-bottom: 100px!important;}



.content-block {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;}
	.content-block .left {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: unset;}

/* Slider */
	.content-block .right {
		width: 35%;
		padding-left: 25px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;	}
		.Slider {
			width: 100%;
			height: auto;	}
			.swiper {
				max-width: 1067px;
				max-height: 600px;
			
				width: 100%;}
				.swiper-slide {
					width: 100%;
					height: 100%;
					display: flex;
					justify-content: center;
					align-items: center;}
					.swiper-slide img {
						width: 100%;
						height: auto;}

@media screen and (max-width: 1350px){
    .stat-row.right p {
        width: 50% !important;
        margin-left: 25px;
        text-align: center;
        margin: auto;
        margin-top: 25px;

        }

        .stat-row.left p {
            width: 50% !important;
            margin-left: 25px;
            text-align: center;
            margin: auto;
            margin-top: 25px;
}

        }