.container {
	max-width: 1200px;
	text-align: center;
}
.servicesection img{
	margin: 4rem auto;
}
.black {
	color: black;
}
.servicesection{
	padding: 5rem 1rem;
}
.number-circle {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid #6366f1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
	color: #6366f1;
	font-size: 24px;
	font-weight: 700;
}

.head {
	   color: #666;
            letter-spacing: 3px;
            margin-bottom: 4rem;
            text-transform: uppercase;
            font-size: 1.2rem;
}

.title {
	background: linear-gradient(to right, #8b5cf6, #6366f1);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin: 20px 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.1;
}

.subtitle {
	max-width: 32rem;
	margin: 0 auto;
	color: rgb(100 116 139 / var(--tw-text-opacity, 1));
	text-align: center;
}

.cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1rem;
	margin-top: 3.5rem;
	padding: 0 20px;
}

.card {
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 2rem 2.1rem;
	text-align: left;
	line-height: 1;
}

.card-title {
	color: #1e293b;
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
}

.card-text {
	color: #64748b;
	margin-top: 1rem;
	text-align: left;
	font-size: 14px;
	line-height: 1.3;
}
.itemImg{

    width: 39rem;
    height: auto;
    margin: 0 auto;

}