.rs-banner.banner-home-style2 .content-wrap .small-title {
	text-transform: revert;
}

.rs-banner.banner-home-style2 .content-wrap .sub-title {
	line-height: normal;
	text-transform: revert;
	font-weight: 400;
	max-width: 650px;
}
.video-box .video-item{
	padding: 10px 10px 10px 10px;
	background: linear-gradient(80deg, #1a0b8c 40%, #fa50cb 120%);
	border-radius: 15px;
	margin-bottom: 20px;
	min-height: 262px;
}
.video-box .video-item .video-title{
	text-align: center;
	color: #ffffff;
	padding: 13px 10px;
	font-size: 18px;
	margin: 8px 0 0;
	font-weight: 600;
}
.video-box .video-item .video-image img{
	border-radius: 10px;
	width: 100%;
}