.sf_loop_karakters{
	column-gap: 88px;
	align-items: center;
}
.sf_loop_karakters_active_single{
	background: #FFFFFF;
	border-radius: 100px;
	padding: 24px;
	align-items: center;
}
.sf_loop_karakter_active_image{
	margin-top: -48px;
}
.sf_loop_karakters_active_title{
	display: block;
	font-family: 'Comic Kings';
	font-size: 30px;
	line-height: 40px;
	color: #F9A109;
	margin-bottom: 32px;
}
.sf_loop_karakters_active_tagline{
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
}
.sf_loop_karakters_active_desc{
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px;
}

.sf_loop_karakters_preview_single{
	background: #FFFFFF;
	border-radius: 100px;
	padding: 24px;
	text-align: center;
	display: none;
}
.sf_loop_karakters_preview_single_active{
	display: flex;
	
}
.sf_loop_karakter_preview_image{
	margin-top: -48px;
	max-height: 350px;
}
.sf_loop_karakters_shift{
	background: #57C5C6;
	display: flex;
    justify-content: center;
    align-items: center;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 5px;
    left: 21px;
	border-radius: 100%;
}

.sf_loop_karakters_read_more{
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 14px !important;
	line-height: 17px !important;
}
.sf_loop_karakters_read_more img{
	margin-right: 8px;
}
.sf_loop_karakters_read_more_wrapper{
	display: none;
}
.sf_loop_karakters_read_more_wrapper_active{
	display: block;
}
@media only screen and (min-width:1024px) {
	.sf_loop_karakters_active_single{
		display: none;
	}
	.sf_loop_karakters_active_single_active{
		display: flex;
	}
}


@media only screen and (max-width:1024px) {
	.sf_loop_karakters_active_title{
		font-weight: 400;
		font-size: 20px;
		line-height: 26px;
		text-align: center;
		margin-bottom: 16px;
	}
	.sf_loop_karakters_active_tagline{
		text-align: center;
	}
	.sf_loop_karakters_read_more_wrapper{
		text-align: center;
	}
	.sf_loop_karakters_active_single{
		margin-bottom: 48px;
	}
}