.w-ts-heading-wrap {
	margin-bottom: 40px;
}
.w-ts-slide-item-wrap {
	display: flex;
	flex-wrap: nowrap;
	padding: 120px 80px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 30px;
}
.w-ts-meta {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
    justify-content: center;
}
.w-ts-image-wrap {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 40px;
	display: flex;
	justify-content: end;
}
.w-ts-title-wrap {
	margin-bottom: 40px;
}