section.homewhat-next-sec {
	background-color: #F5F7F2;
	padding: 80px 0;
}

.homewhat-next-head {
	text-align: center;
}

.homewhat-next-head h3.aghn-h {
	padding: 8px 0;
	font-size: 34px;
	margin: 0;
}

.homewhat-next-main {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding-top: 30px;
}

.homewhat-next-head .section-tag {
	display: inline-block;
	padding: 4px 14px;
	border-radius: 20px;
	background: var(--green-bg);
	color: var(--green-dark);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.homewhat-next-head .aghn-sub {
	margin: 0;
}

.homewhat-next-div {
	background: #fff;
	border: 1px solid #e3eae4;
	border-radius: 14px;
	padding: 24px 18px;
	text-align: center;
}

.homewhat-next-div .aghn-halo {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 66px;
	height: 66px;

	margin: 0 auto 14px;

	background: #e8f6e9;
	border-radius: 50%;
}

.homewhat-next-div .aghn-circ {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 50px;
	height: 50px;

	color: #fff;
	background: #388d3c;
	border-radius: 50%;

	font-size: 23px;
}

.homewhat-next-div span.aghn-num {
	position: absolute;
	top: -4px;
	right: -2px;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 23px;
	height: 23px;

	color: #388d3c;
	background: #fff;

	border: 2px solid #388d3c;
	border-radius: 50%;

	font-size: 12px;
	font-weight: 500;
}

.homewhat-next-div .aghn-icon {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

@media (max-width: 768px) {

	.homewhat-next-main {
		grid-template-columns: repeat(1, 1fr);
	}
}