.csg-ticker{
	width: 100%;
	background-color: #f1f1f1;
	position: relative;
	color: #000;
	margin-top: 0 !important;
	padding: 50px 0;
}
.csg-ticker h2 {
	padding: 0 52px;
	text-align: center;
	font-weight: 700;
}
.csg-ticker .splide {
	padding: 50px 0;
	padding-left: 64px;
}
.csg-ticker:before, .csg-ticker:after{
	content: '';
	position: absolute;
	left: 0;
	width: 48px;
	height: 50%;
	z-index: 1;
}
.csg-ticker:before{
	background: var(--theme-color2);
	top: 0;
}
.csg-ticker:after{
	background: var(--theme-color3);
	bottom: 0;
}

.csg-ticker h6{
	color: #222;
	font-size: 3rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.csg-ticker-slide img{
	max-width: 100%;
	height: auto;
}
.csg-ticker .splide__list{
	width:500%;
}
.csg-ticker .splide__list .splide_splide{
	animation:translatestf 30s linear infinite;
}
@keyframes translatestf {
	0% { transform:translateX(100%);  }
	100% { transform:translateX(-500%);  }
}
/** RESPONSIVE **/
@media (min-width: 992px){
	.csg-ticker h2 {
		font-size: 56px;
		line-height: 75px;
		padding: 50px 70px 0;
	}
	.csg-ticker:before, .csg-ticker:after{
		width: 64px;
	}

	.csg-ticker .splide {
		padding-left: 64px;
	}
}
