.card-group {
	gap: 15px;
	margin: 25px 0;
}
.card {
	height: 100%;
	border-radius: 10px;
}
.card>img {
	border-radius: 10px!important;
	margin-bottom: 10px;
}
.card-title {
	font-size: 16px;
	font-weight: 600;
	margin: 10px;
}
.card-text {
	font-size: 11px;
	background: linear-gradient(90deg, #FF8D35, #FF1B3F);
	width: max-content!important;
	padding: 4px 8px;
	color: #fff;
	font-weight: 600;
	border-radius: 10px;
	margin: 0 10px;
}
.card-group>.card:not(:last-child) {
	border-radius: 10px;
}
.card-group>.card:not(:first-child) {
	border: 1px solid #ddd;
	border-radius: 10px;
}
.card-group>.card+.card {
	border: 1px solid #ddd;
	border-radius: 10px;
}
h1 {
	text-align: center;
	margin-bottom: 25px;
}
.blog {
	margin-bottom: 25px;
}