.content-box {
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0 auto;
	position: relative;
	background: linear-gradient(to top, #655bef 0%, #fa28bf 20%, #ff4665 40%, #fbde4e 60%, #00fbea 80%, #555def 100%);
}

.ct_inner_box {
	width: 68%;
	padding: 0 16%;
}

.caption_text {
	width: 100%;
	height: auto;
	margin: 10px auto;
	font-size: 30px;
	text-align: left;
	line-height: 2;
	text-transform: capitalize;

}

.caption_text span {
	margin-left: 5px;

}

.ct_box_one {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;

	/* background-color: pink; */
}

.ct_one_box {
	position: relative;
	width: 20%;
	margin-bottom: 20px;
	border-radius: 12px;
	padding: 5px 2% 10px;
	overflow: hidden;
	border: 3px solid #8F44E9;
	border-bottom: 10px solid #8F44E9;
	background: radial-gradient(circle at top left, #ff00c3, #d123ba, #a42dab, #7b2f97, #552b80, #342465, #181a48, #050b2b);
	transition: all 0.3s linear;
}

.ct_one_box:hover {
	transform: translateY(-10px);
}

.top_text {
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 600;
	border-radius: 8px 0 12px 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 20px;
	background-color: #8f42ec;
}

.ct_one_title {
	text-align: center;
	color: #fff;
	line-height: 2.5;
	font-size: 18px;
	font-weight: 600;
	margin: 30px 10px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.ct1-img {
	width: 100%;
	height: 130px;
	border-radius: 12px;
	margin: 10px auto;
	border: 2px solid #fff;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.9), 0 0 0 8px rgba(102, 126, 234, 0.3);
}

.ct-text_one p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;

}

.ct-text_one p:nth-of-type(1) {
	width: 94%;
	padding: 6px 3%;
	background-color: #000a;
	color: #fff;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.8;
	-webkit-line-clamp: 3;
	margin: 10px 0;
}

.ct-text_one p:nth-of-type(2) {
	width: 94%;
	font-size: 14px;
	padding: 3px 3%;
	line-height: 25px;
	background: #e6f9ec;
	color: #128a42;
	border: 1px solid;
	border-color: #54b960;
	-webkit-line-clamp: 1;
	border-radius: 12px;
	margin-bottom: 10px;
}

.zuan {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.btn_one {
	width: 60%;
	line-height: 40px;
	margin: auto;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border-radius: 13px;
	background-color: #E0076E;
	border-bottom: 2px solid #B30658;
	color: #fff;
	padding-bottom: 4px;
	margin: 20px auto 0;
	box-shadow: inset 0 -4px #0003;
	border: 1px solid #0003;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	display: flex;
	align-items: center;
	justify-content: center;
}


.ct_box_two {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.ct_two_box {
	border-color: #4caf50;
	background: #d4edda;
	--accentColor: #4caf50
}

.ct_two_box:nth-of-type(3n) {
	border-color: #CA9035;
	background: radial-gradient(at left top, rgb(255, 255, 255) 0%, rgb(255, 255, 172) 8%, rgb(209, 180, 100) 45%, rgb(184, 134, 45) 82.5%, rgb(115, 85, 17) 100%) no-repeat rgb(244, 183, 63);
}

.ct_two_box:nth-of-type(3n) .top2_text {
	background-color: #CA9035;
}

.top2_text {
	background: #4caf50;
	color: #fff;
}

.ct_two_title {
	color: #000;
}



.ct-text_two p:nth-of-type(1) {
	background-color: #F3F9F5;
	color: #000;
}



.ct_box_three {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ct_three_box:nth-of-type(1),
.ct_three_box:nth-of-type(2),
.ct_three_box:nth-of-type(5n) {
	border-color: #063C85;
	background: radial-gradient(circle at top left, #04ccb1, #09b8b4, #0d96a5, #107792, #125d80, #13476f, #14365f, #142850);
}

.ct_three_box:nth-of-type(1) .top3_text,
.ct_three_box:nth-of-type(2) .top3_text,
.ct_three_box:nth-of-type(5n) .top3_text {
	background: #063C85;
}

@media (max-width:760px) {

	.content-box {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}

	.caption_text {
		width: 95%;
		height: auto;
		margin: 0 auto;


		/* border-bottom: 1px solid #505162; */
	}

	.ct_inner_box {
		width: 100%;
		padding: 0;
	}

	.ct_box_one,
	.ct_box_two,
	.ct_box_three {
		justify-content: center;
	}

	.ct_one_box {
		width: 90%;
	}

	.ct1-img {
		width: 85%;
		display: block;
		margin: 10px auto;
	}

	.ct-text_one p:nth-of-type(1) {
		width: 85%;
		margin: 15px auto;
	}

	.ct-text_one p:nth-of-type(2) {
		width: 85%;
		margin: 0 auto 10px;
	}
}

@media(min-width:768px) {
	.ct-box:nth-of-type(5n) {
		margin-right: 0px;
	}
}