.carousel {
	position: absolute;
	width: 402px;
	height: 116px;
	top: 0;
	left: 215px;
	z-index: 1;
}
.carousel .items {
	position: relative;
}
.carousel .items .item {
	position: absolute;
	top: 0;
	left: 0;
}

.carousel .items .item p {
	color: #FFF;
	text-align: right;
	font-size: 20px;
	padding: 23px 30px 0 0;
	font-family: st_ryde_regular;
}
