#chartbreak1{
	height: 500px;
}
#chartbreak2{
	height: 500px;
}
#charttron3{
	height: 250px;
}
#charttron4{
	height: 250px;
}


.item-finan{
	border-radius: 10px;
	padding: 10px;
	padding-bottom: 20px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	text-align: center;
	height: 100%;
}
.item-finan h3{
	font-size: 50px;
	color: var(--primary-color1);
}
.item-finan h4{
	background: #c3d8ee;
	padding: 10px;
	border-radius: 10px;
	line-height: 1.2;
	font-style: normal;
	color: var(--primary-color);
	font-size: 18px;
}
.item-finan p{
	color: var(--primary-color);
}



#slick-prize .slick-slide{
	margin:0 15px;
}

.item-prize-in{
	display: flex !important;
	flex-wrap: wrap;
	background: #f6f6f6;
	padding: 10px;
	height: 100%;
	box-shadow: 8px 8px 8px #e6e6e6;
	border: 5px solid;
	border-image: linear-gradient(to right, rgb(0, 210, 255), rgb(58, 123, 213));
 	border-image-slice: 1;
 	min-height: 205px;
}
.img-prize{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28%;
	margin-right: 2%;
}
.img-prize img{
	width: auto !important;
}
.text-prize{

	width: 70%;
}
.text-prize h3{
	font-size: 50px;
	background: -webkit-linear-gradient( -60deg,    #4d97d2 0%, #46b679 91%  );
	-webkit-background-clip: text;
	-webkit-text-stroke: 4px transparent;
	color: rgb(255, 255, 255);
}


@media (max-width: 768px){
	.item-prize-in{
		text-align: center;
	}
	.img-prize{
		width: 100%;
		margin-bottom: 20px;
	}
	.text-prize{
		width: 100%;
	}
	.text-prize h3{
		font-size: 30px;
	}
}

@media (max-width: 500px){
	.item-prize-in{
		min-height: 285px;
	}
}
@media (max-width: 375px){
	.item-prize-in{
		min-height: 310px;
	}
}
@media (max-width: 325px){
	.item-prize-in{
		min-height: 335px;
	}
}