.camcloud_stories_wrapper {
	display: flex;
	align-items: center;
}
.camcloud_stories_wrapper .left-area {
	width: 41%;
}
.camcloud_stories_wrapper .right-area {
	flex: 1;
	padding-left: 12%;
}
.camcloud_stories_wrapper .section_heading {
	color: #000;
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -1.14px;
}

.camcloud_stories_wrapper .heading_highlight {
	color: #41A8D7;
	font-weight: 600;
}
.camcloud_stories_wrapper strong {
	font-weight: 600;
}
.camcloud_stories_wrapper .stories_btn {
	margin-top: 40px;
}


.camcloud_stories_wrapper .story_card {
	border-radius: 16px;
	background: linear-gradient(90deg, #2985BD 0%, #133D57 100%);
	color: #fff;
	padding: 36px 68px 36px 42px;
	margin-bottom: 20px;
}

.camcloud_stories_wrapper .story_card .stars {
	color: #00D1FF;
}

.camcloud_stories_wrapper .story_card .story_text {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: -0.16px;
}

.camcloud_stories_wrapper .story_card .story_author {
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.12px;
	margin-top: 30px;
	margin-bottom: 0;
}

@media only screen and (max-width: 1400px) {
	
	.camcloud_stories_wrapper .right-area {	padding-left: 3%;}
}
@media only screen and (max-width: 1000px) {
.camcloud_stories_wrapper {	display: block;}
.camcloud_stories_wrapper .left-area {	width: auto;	margin-bottom: 40px;}
.camcloud_stories_wrapper .right-area {	padding-left: 0;}
}
@media only screen and (max-width:600px) {
.camcloud_stories_wrapper .story_card {	padding: 25px;}
}